tests for visualizing SDM outputs with an attractiveness approach

jmacura 765a0eb70a ✨ add legend пре 3 година
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over пре 3 година
scripts d3de0e4947 ♻️ throw all front-end to trash and start over пре 3 година
src 765a0eb70a ✨ add legend пре 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 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.