tests for visualizing SDM outputs with an attractiveness approach

jmacura 74c0a39a4b 🚧 re-add danfojs před 3 roky
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
public e8cbc93dc2 🍱 add variable mappings před 3 roky
scripts d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
src d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
test d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
.editorconfig d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
README.md d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
angular.json d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
custom-webpack.config.js d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
package-lock.json 74c0a39a4b 🚧 re-add danfojs před 3 roky
package.json 74c0a39a4b 🚧 re-add danfojs před 3 roky
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky

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.