Aucune description https://fieldcalc.lesprojekt.cz/

jmacura 1da51bc311 🚧 temporarily hide RVI4S1 index il y a 3 ans
.vscode d492827107 🔧 update VS Code settings il y a 3 ans
src 1da51bc311 🚧 temporarily hide RVI4S1 index il y a 3 ans
test 366f397367 🎉 init the project with an empty template il y a 4 ans
.browserslistrc 366f397367 🎉 init the project with an empty template il y a 4 ans
.editorconfig 63899e41e5 🔧 add ESLint & EditorConfig il y a 4 ans
.eslintrc.json 63899e41e5 🔧 add ESLint & EditorConfig il y a 4 ans
.gitignore 5608709db0 ⬆️ upgrade HSL to v9.2 il y a 3 ans
LICENSE 366f397367 🎉 init the project with an empty template il y a 4 ans
README.md 366f397367 🎉 init the project with an empty template il y a 4 ans
angular.json a95a342a6d ♻️ Sass --> SCSS il y a 3 ans
custom-webpack.config.js 366f397367 🎉 init the project with an empty template il y a 4 ans
karma.conf.js 366f397367 🎉 init the project with an empty template il y a 4 ans
package-lock.json 2068f51f47 🔖 0.5.0 il y a 3 ans
package.json 2068f51f47 🔖 0.5.0 il y a 3 ans
tsconfig.app.json 366f397367 🎉 init the project with an empty template il y a 4 ans
tsconfig.json 366f397367 🎉 init the project with an empty template il y a 4 ans
tsconfig.spec.json 366f397367 🎉 init the project with an empty template il y a 4 ans

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.