Ingen beskrivning https://fieldcalc.lesprojekt.cz/

jmacura a71dc9671f ♻️ change WFS filtering 3 år sedan
.vscode 0c87b2e116 🔧 share vscode settings 4 år sedan
src a71dc9671f ♻️ change WFS filtering 3 år sedan
test 366f397367 🎉 init the project with an empty template 4 år sedan
.browserslistrc 366f397367 🎉 init the project with an empty template 4 år sedan
.editorconfig 63899e41e5 🔧 add ESLint & EditorConfig 4 år sedan
.eslintrc.json 63899e41e5 🔧 add ESLint & EditorConfig 4 år sedan
.gitignore 366f397367 🎉 init the project with an empty template 4 år sedan
LICENSE 366f397367 🎉 init the project with an empty template 4 år sedan
README.md 366f397367 🎉 init the project with an empty template 4 år sedan
angular.json b3a44e29ec ⬆️ upgrade HSL to v7 3 år sedan
custom-webpack.config.js 366f397367 🎉 init the project with an empty template 4 år sedan
karma.conf.js 366f397367 🎉 init the project with an empty template 4 år sedan
package-lock.json 8864656bdf ⬆️ upgrade HSL to v7.0.3 3 år sedan
package.json 8864656bdf ⬆️ upgrade HSL to v7.0.3 3 år sedan
tsconfig.app.json 366f397367 🎉 init the project with an empty template 4 år sedan
tsconfig.json 366f397367 🎉 init the project with an empty template 4 år sedan
tsconfig.spec.json 366f397367 🎉 init the project with an empty template 4 år sedan

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.