tests for visualizing SDM outputs with an attractiveness approach

jmacura ed723945f6 🚨 lint files 3 سال پیش
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over 3 سال پیش
public e8cbc93dc2 🍱 add variable mappings 3 سال پیش
scripts d3de0e4947 ♻️ throw all front-end to trash and start over 3 سال پیش
src ed723945f6 🚨 lint files 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 d3de0e4947 ♻️ throw all front-end to trash and start over 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 d3de0e4947 ♻️ throw all front-end to trash and start over 3 سال پیش
custom-webpack.config.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 سال پیش
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 سال پیش
package-lock.json 6e3e77bd4f 🔧 add ESLint 3 سال پیش
package.json 6e3e77bd4f 🔧 add ESLint 3 سال پیش
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 سال پیش
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over 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.