An open API service indexing awesome lists of open source software.

https://github.com/lcube45/myleague

Angular 2 demo app
https://github.com/lcube45/myleague

Last synced: 4 months ago
JSON representation

Angular 2 demo app

Awesome Lists containing this project

README

          

# myleague
Angular 2 demo app

# first steps

```shell
$ cd
$ git clone
$ cd
$ ng init
$ git commit -a -m 'init codebase'
$ git push
$ npm install angularfire2 firebase --save
$ npm install ng2-bootstrap bootstrap --save
```