tests for visualizing SDM outputs with an attractiveness approach

jmacura 828af63f41 🐛 set scroll position as expected 3 gadi atpakaļ
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over 3 gadi atpakaļ
scripts 95ecadfcab 📝 improve normalization script docs 3 gadi atpakaļ
src 828af63f41 🐛 set scroll position as expected 3 gadi atpakaļ
test d3de0e4947 ♻️ throw all front-end to trash and start over 3 gadi atpakaļ
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over 3 gadi atpakaļ
.editorconfig 1490cb37c9 🚨 fix SCSS intendation 3 gadi atpakaļ
.eslintrc.json 6e3e77bd4f 🔧 add ESLint 3 gadi atpakaļ
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over 3 gadi atpakaļ
README.md d3de0e4947 ♻️ throw all front-end to trash and start over 3 gadi atpakaļ
angular.json 7735c5c730 ⚡️ do not pack source data into the bundle 3 gadi atpakaļ
custom-webpack.config.js 465cb59bf1 ♻️ user journey paged part 3 3 gadi atpakaļ
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 gadi atpakaļ
package-lock.json c04a9caaaa 🔖 0.2.1 3 gadi atpakaļ
package.json c04a9caaaa 🔖 0.2.1 3 gadi atpakaļ
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 gadi atpakaļ
tsconfig.json 1bc110c4c2 ✨ add per scenario disc charts 3 gadi atpakaļ
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 gadi atpakaļ

README.md

Get started

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.