Awesome
Introduction
Github Manage for Angular 2 app.
In order to facilitate to delete repositories
Note: Angular 2.0 is not production ready yet!
How to start
git clone https://github.com/kittencup/angular2-github-manage
cd angular2-github-manage
npm install
# If you don't have gulp already installed
npm install -g gulp
# dev
gulp serve.dev
# prod
gulp serve.prod
License
MIT