tests for visualizing SDM outputs with an attractiveness approach
|
|
hace 3 años | |
|---|---|---|
| .vscode | hace 3 años | |
| scripts | hace 3 años | |
| src | hace 3 años | |
| test | hace 3 años | |
| .browserslistrc | hace 3 años | |
| .editorconfig | hace 3 años | |
| .eslintrc.json | hace 3 años | |
| .gitignore | hace 3 años | |
| README.md | hace 3 años | |
| angular.json | hace 3 años | |
| custom-webpack.config.js | hace 3 años | |
| karma.conf.js | hace 3 años | |
| package-lock.json | hace 3 años | |
| package.json | hace 3 años | |
| tsconfig.app.json | hace 3 años | |
| tsconfig.json | hace 3 años | |
| tsconfig.spec.json | hace 3 años |
Install the dependencies...
npm install
Note that if you have npm < 7 you need to install 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.