A small Angular application that shows Github repos for a user.
Angular seed for a quick start.
- Node.js 6.x
- npm 3.x
npm install
npm start
Go to http://localhost:8000/
.
npm test
- e2e testing
- Coverage reporting
- CI and deployment pipeline
- Better build system (dist: Concatenation, minifiying, versioning etc., dev: autoreload, style inject)
- More detailed tests
- many more...