tests for visualizing SDM outputs with an attractiveness approach

jmacura 76b9a80645 🔖 0.2.0 %!s(int64=3) %!d(string=hai) anos
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
scripts 11213e9f08 🍱 update input data %!s(int64=3) %!d(string=hai) anos
src c96a7a876c 🎨 lint app-routing.module %!s(int64=3) %!d(string=hai) anos
test d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
.editorconfig 1490cb37c9 🚨 fix SCSS intendation %!s(int64=3) %!d(string=hai) anos
.eslintrc.json 6e3e77bd4f 🔧 add ESLint %!s(int64=3) %!d(string=hai) anos
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
README.md d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
angular.json ebb0ea24fa ♻️ user journey paged %!s(int64=3) %!d(string=hai) anos
custom-webpack.config.js 465cb59bf1 ♻️ user journey paged part 3 %!s(int64=3) %!d(string=hai) anos
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
package-lock.json 76b9a80645 🔖 0.2.0 %!s(int64=3) %!d(string=hai) anos
package.json 76b9a80645 🔖 0.2.0 %!s(int64=3) %!d(string=hai) anos
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
tsconfig.json 1bc110c4c2 ✨ add per scenario disc charts %!s(int64=3) %!d(string=hai) anos
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos

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.