tests for visualizing SDM outputs with an attractiveness approach

jmacura d74064f72b ✨ animate year graph hace 3 años
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años
scripts d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años
src d74064f72b ✨ animate year graph hace 3 años
test d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años
.editorconfig 1490cb37c9 🚨 fix SCSS intendation hace 3 años
.eslintrc.json 6e3e77bd4f 🔧 add ESLint hace 3 años
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años
README.md d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años
angular.json 424b82f036 🚧 clean up the map hace 3 años
custom-webpack.config.js 424b82f036 🚧 clean up the map hace 3 años
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años
package-lock.json 424b82f036 🚧 clean up the map hace 3 años
package.json 424b82f036 🚧 clean up the map hace 3 años
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over hace 3 años

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.