tests for visualizing SDM outputs with an attractiveness approach

jmacura 6e3e77bd4f 🔧 add ESLint 3 yıl önce
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
public e8cbc93dc2 🍱 add variable mappings 3 yıl önce
scripts d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
src 694a3a9155 🐛 fix region data 3 yıl önce
test d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
.editorconfig d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
.eslintrc.json 6e3e77bd4f 🔧 add ESLint 3 yıl önce
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
README.md d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
angular.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
custom-webpack.config.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
package-lock.json 6e3e77bd4f 🔧 add ESLint 3 yıl önce
package.json 6e3e77bd4f 🔧 add ESLint 3 yıl önce
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 yıl önce

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.