This project was generated with Angular CLI version 9.1.1.
Run npm run start-dev for a dev server of the UHERO data portal. Navigate to http://localhost:4200/.
Run PROJECT={project} npm run start-dev where {project} is either coh, nta, or ccom for a dev server of one of the other data portals. Navigate to http://localhost:4200/.
Run npm run start-staging for a dev server of the UHERO data portal. Navigate to http://localhost:4200/.
Run PROJECT={project} npm run start-staging where {project} is either coh, nta, or ccom for a dev server of one of the other data portals. Navigate to http://localhost:4200/.
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 for the production build of the UHERO Data Portal. The build artifacts will be stored in the dist/ directory.
For the staging server build, run npm run build-staging.
Run PROJECT={project} npm run build where {project} is either coh, nta, or ccom for the production build of one of the other data portals. The build artifacts will be stored in the dist/ directory.
For the staging server build, run PROJECT={project} npm run build-staging.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.