This project was generated with Angular CLI version 1.7.3.
To clone this project, execute:
https://github.com/Terrabrasilis/deforestation_dashboard.gitgit fetch --allgit pull --allgit checkout <branch> (e.g: master)cd webappnpm 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.
- Go to the root path of the library source code and run "npm link"
- After that, into your current project, use "npm link <the_name_of_library>"
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.