tests for visualizing SDM outputs with an attractiveness approach
|
|
3 éve | |
|---|---|---|
| .vscode | 3 éve | |
| scripts | 3 éve | |
| src | 3 éve | |
| test | 3 éve | |
| .browserslistrc | 3 éve | |
| .editorconfig | 3 éve | |
| .eslintrc.json | 3 éve | |
| .gitignore | 3 éve | |
| README.md | 3 éve | |
| angular.json | 3 éve | |
| custom-webpack.config.js | 3 éve | |
| karma.conf.js | 3 éve | |
| package-lock.json | 3 éve | |
| package.json | 3 éve | |
| tsconfig.app.json | 3 éve | |
| tsconfig.json | 3 éve | |
| tsconfig.spec.json | 3 éve |
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.