Aucune description https://fieldcalc.lesprojekt.cz/
|
|
il y a 4 ans | |
|---|---|---|
| .vscode | il y a 4 ans | |
| src | il y a 4 ans | |
| test | il y a 4 ans | |
| .browserslistrc | il y a 4 ans | |
| .editorconfig | il y a 4 ans | |
| .eslintrc.json | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| LICENSE | il y a 4 ans | |
| README.md | il y a 4 ans | |
| angular.json | il y a 4 ans | |
| custom-webpack.config.js | il y a 4 ans | |
| karma.conf.js | il y a 4 ans | |
| package-lock.json | il y a 4 ans | |
| package.json | il y a 4 ans | |
| tsconfig.app.json | il y a 4 ans | |
| tsconfig.json | il y a 4 ans | |
| tsconfig.spec.json | il y a 4 ans |
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.