tests for visualizing SDM outputs with an attractiveness approach

jmacura 0d52376e98 🔥 remove redundant dependencies преди 3 години
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over преди 3 години
scripts 11213e9f08 🍱 update input data преди 3 години
src a057d711c5 🐛 fix build issue преди 3 години
test d3de0e4947 ♻️ throw all front-end to trash and start over преди 3 години
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over преди 3 години
.editorconfig 1490cb37c9 🚨 fix SCSS intendation преди 3 години
.eslintrc.json 6e3e77bd4f 🔧 add ESLint преди 3 години
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over преди 3 години
README.md d3de0e4947 ♻️ throw all front-end to trash and start over преди 3 години
angular.json ebb0ea24fa ♻️ user journey paged преди 3 години
custom-webpack.config.js 465cb59bf1 ♻️ user journey paged part 3 преди 3 години
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over преди 3 години
package-lock.json ebb0ea24fa ♻️ user journey paged преди 3 години
package.json 0d52376e98 🔥 remove redundant dependencies преди 3 години
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over преди 3 години
tsconfig.json 1bc110c4c2 ✨ add per scenario disc charts преди 3 години
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over преди 3 години

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.