tests for visualizing SDM outputs with an attractiveness approach

jmacura 1c0ec69019 🎨 compare attractiveness by 2 decimal points only 3 years ago
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago
scripts d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago
src 1c0ec69019 🎨 compare attractiveness by 2 decimal points only 3 years ago
test d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago
.editorconfig 1490cb37c9 🚨 fix SCSS intendation 3 years ago
.eslintrc.json 6e3e77bd4f 🔧 add ESLint 3 years ago
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago
README.md d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago
angular.json 424b82f036 🚧 clean up the map 3 years ago
custom-webpack.config.js 424b82f036 🚧 clean up the map 3 years ago
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago
package-lock.json 424b82f036 🚧 clean up the map 3 years ago
package.json 424b82f036 🚧 clean up the map 3 years ago
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 years ago

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.