Sem descrição https://fieldcalc.lesprojekt.cz/
|
|
há 3 anos atrás | |
|---|---|---|
| .vscode | há 4 anos atrás | |
| src | há 3 anos atrás | |
| test | há 4 anos atrás | |
| .browserslistrc | há 4 anos atrás | |
| .editorconfig | há 4 anos atrás | |
| .eslintrc.json | há 4 anos atrás | |
| .gitignore | há 4 anos atrás | |
| LICENSE | há 4 anos atrás | |
| README.md | há 4 anos atrás | |
| angular.json | há 3 anos atrás | |
| custom-webpack.config.js | há 4 anos atrás | |
| karma.conf.js | há 4 anos atrás | |
| package-lock.json | há 3 anos atrás | |
| package.json | há 3 anos atrás | |
| tsconfig.app.json | há 4 anos atrás | |
| tsconfig.json | há 4 anos atrás | |
| tsconfig.spec.json | há 4 anos atrás |
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.