Няма описание https://fieldcalc.lesprojekt.cz/

jmacura c15efcf27f 💄 unify loader UI преди 3 години
.vscode eaebfc800d ✨ allow select multiple fields преди 3 години
src c15efcf27f 💄 unify loader UI преди 3 години
test 366f397367 🎉 init the project with an empty template преди 4 години
.browserslistrc 366f397367 🎉 init the project with an empty template преди 4 години
.editorconfig 63899e41e5 🔧 add ESLint & EditorConfig преди 4 години
.eslintrc.json 63899e41e5 🔧 add ESLint & EditorConfig преди 4 години
.gitignore 81563309ce fix: Set proxy for LPIS call based on the host url преди 3 години
LICENSE 366f397367 🎉 init the project with an empty template преди 4 години
README.md 366f397367 🎉 init the project with an empty template преди 4 години
angular.json a95a342a6d ♻️ Sass --> SCSS преди 3 години
custom-webpack.config.js 366f397367 🎉 init the project with an empty template преди 4 години
karma.conf.js 366f397367 🎉 init the project with an empty template преди 4 години
package-lock.json c13a7b0093 🔖 0.4.0 преди 3 години
package.json c13a7b0093 🔖 0.4.0 преди 3 години
tsconfig.app.json 366f397367 🎉 init the project with an empty template преди 4 години
tsconfig.json 366f397367 🎉 init the project with an empty template преди 4 години
tsconfig.spec.json 366f397367 🎉 init the project with an empty template преди 4 години

README.md

fieldcalc-frontend

Get started

Install the dependencies...

npm install

Note that if you have npm < 7 you need to intall peer-dependencies manually.

...then start Angular dev server:

npm run dev

Navigate to localhost:4200. You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.