No Description https://fieldcalc.lesprojekt.cz/

jmacura 5219b6fcc0 🚨 fix dev-server config 2 years ago
.vscode d492827107 🔧 update VS Code settings 3 years ago
src 0e8b20e98b ♻️ move to federated module design 2 years ago
test 366f397367 🎉 init the project with an empty template 4 years ago
.browserslistrc 366f397367 🎉 init the project with an empty template 4 years ago
.editorconfig 63899e41e5 🔧 add ESLint & EditorConfig 4 years ago
.eslintrc.json 63899e41e5 🔧 add ESLint & EditorConfig 4 years ago
.gitignore 5608709db0 ⬆️ upgrade HSL to v9.2 3 years ago
LICENSE 366f397367 🎉 init the project with an empty template 4 years ago
README.md 366f397367 🎉 init the project with an empty template 4 years ago
angular.json 5219b6fcc0 🚨 fix dev-server config 2 years ago
base-webpack.config.js 5219b6fcc0 🚨 fix dev-server config 2 years ago
custom-webpack.config.js 5219b6fcc0 🚨 fix dev-server config 2 years ago
karma.conf.js 366f397367 🎉 init the project with an empty template 4 years ago
package-lock.json 8a9ebbd1a0 ⬆️ upgrade HSL to v11 2 years ago
package.json 8a9ebbd1a0 ⬆️ upgrade HSL to v11 2 years ago
tsconfig.app.json 366f397367 🎉 init the project with an empty template 4 years ago
tsconfig.json 366f397367 🎉 init the project with an empty template 4 years ago
tsconfig.spec.json 366f397367 🎉 init the project with an empty template 4 years ago

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.