This project was generated with Angular CLI version 1.7.3.
To clone this project, execute:
https://github.com/Terrabrasilis/deforestation_dashboard.git
git fetch --all
git pull --all
git checkout <branch> (e.g: master)
cd webapp
npm i
After all statements above was executed, the project will be prepare to run the steps bellow.
Run npm run webpack-dev
for a dev server. Navigate to http://localhost:8080/
.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run build-prod
to build the project to production. The build artifacts will be stored in the dist/
directory.
Use the local packages from source code that you are develop via npm link.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.