Sen descrición https://fieldcalc.lesprojekt.cz/

jmacura a50b0341f8 🔥 remove useless startup toast message %!s(int64=3) %!d(string=hai) anos
.vscode eaebfc800d ✨ allow select multiple fields %!s(int64=3) %!d(string=hai) anos
src a50b0341f8 🔥 remove useless startup toast message %!s(int64=3) %!d(string=hai) anos
test 366f397367 🎉 init the project with an empty template %!s(int64=4) %!d(string=hai) anos
.browserslistrc 366f397367 🎉 init the project with an empty template %!s(int64=4) %!d(string=hai) anos
.editorconfig 63899e41e5 🔧 add ESLint & EditorConfig %!s(int64=4) %!d(string=hai) anos
.eslintrc.json 63899e41e5 🔧 add ESLint & EditorConfig %!s(int64=4) %!d(string=hai) anos
.gitignore 81563309ce fix: Set proxy for LPIS call based on the host url %!s(int64=3) %!d(string=hai) anos
LICENSE 366f397367 🎉 init the project with an empty template %!s(int64=4) %!d(string=hai) anos
README.md 366f397367 🎉 init the project with an empty template %!s(int64=4) %!d(string=hai) anos
angular.json a95a342a6d ♻️ Sass --> SCSS %!s(int64=3) %!d(string=hai) anos
custom-webpack.config.js 366f397367 🎉 init the project with an empty template %!s(int64=4) %!d(string=hai) anos
karma.conf.js 366f397367 🎉 init the project with an empty template %!s(int64=4) %!d(string=hai) anos
package-lock.json c13a7b0093 🔖 0.4.0 %!s(int64=3) %!d(string=hai) anos
package.json c13a7b0093 🔖 0.4.0 %!s(int64=3) %!d(string=hai) anos
tsconfig.app.json 366f397367 🎉 init the project with an empty template %!s(int64=4) %!d(string=hai) anos
tsconfig.json 366f397367 🎉 init the project with an empty template %!s(int64=4) %!d(string=hai) anos
tsconfig.spec.json 366f397367 🎉 init the project with an empty template %!s(int64=4) %!d(string=hai) anos

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.