Angular cli version 1.0.0-beta.14.
- Npm install
- change code in /src/app/github.service.ts line number off 11, 12, 13
'
private username = 'key';
private client_id = 'key';
private client_secret = 'key';
'
- Ng serve
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.