tests for visualizing SDM outputs with an attractiveness approach

jmacura 73f26a5c55 🔥 delete obsolete files 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 73f26a5c55 🔥 delete obsolete files 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 d3de0e4947 ♻️ throw all front-end to trash and start over 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.