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

raitis 9ce8dc670d squash преди 2 години
.vscode d492827107 🔧 update VS Code settings преди 3 години
src 0e8b20e98b ♻️ move to federated module design преди 2 години
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 5608709db0 ⬆️ upgrade HSL to v9.2 преди 3 години
LICENSE 366f397367 🎉 init the project with an empty template преди 4 години
README.md 366f397367 🎉 init the project with an empty template преди 4 години
angular.json 60edac3c6d build: npm script for mod-fed serve преди 2 години
custom-webpack.config.js 75b7868256 build: Make eager chunk hack преди 2 години
karma.conf.js 366f397367 🎉 init the project with an empty template преди 4 години
package-lock.json 8a9ebbd1a0 ⬆️ upgrade HSL to v11 преди 2 години
package.json 9ce8dc670d squash преди 2 години
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.