by James Yin
https://pharma-drug-spending.netlify.com
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
- Create an account on Github and Netlify. Push your code using Git to Github.
- Log in your Netlify account and select the ‘New site from Git’ option.
- Specify the branch to deploy as master
- Type
ng build --prod
as the Build command - For Publish directory, type: dist/pharmaceutical-drug-spending
- Click ‘Deploy Site’
- 'URL' field will be available upon successful deploy
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.