This project was generated with Angular CLI version 11.1.4.
Run npm install
then run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
git clone this repo.
Go inside the repo's directory then run
npm install
then npm run start-auth
The app has a proxy config inorder to work around the cors error that the NY Times Community API has,
you can edit the config in proxy.conf.json
file.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Run ng test --code-coverage
you will then find the generated files inside the coverage folder.
Run npm run compodoc
you will then find the generated docs inside the documentation folder
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.