tests for visualizing SDM outputs with an attractiveness approach

jmacura eb576a5f25 ➕ add plotly.js 3 anni fa
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
scripts d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
src 765a0eb70a ✨ add legend 3 anni fa
test d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
.editorconfig 1490cb37c9 🚨 fix SCSS intendation 3 anni fa
.eslintrc.json 6e3e77bd4f 🔧 add ESLint 3 anni fa
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
README.md d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
angular.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
custom-webpack.config.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
package-lock.json eb576a5f25 ➕ add plotly.js 3 anni fa
package.json eb576a5f25 ➕ add plotly.js 3 anni fa
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 anni fa

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.