tests for visualizing SDM outputs with an attractiveness approach

jmacura 3bbf2217a9 🤡 mock a graph for each region 3 anos atrás
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
public e8cbc93dc2 🍱 add variable mappings 3 anos atrás
scripts d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
src 3bbf2217a9 🤡 mock a graph for each region 3 anos atrás
test d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
.editorconfig d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
README.md d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
angular.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
custom-webpack.config.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
package-lock.json d7f4558f53 ➕ ➖ replace danfojs with D3 3 anos atrás
package.json d7f4558f53 ➕ ➖ replace danfojs with D3 3 anos atrás
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 anos atrás

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.