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
- Host: GitHub
- URL: https://github.com/lcube45/myleague
- Owner: lcube45
- Created: 2017-02-21T09:28:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T15:10:37.000Z (over 9 years ago)
- Last Synced: 2024-12-30T11:33:16.442Z (over 1 year ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```