https://github.com/alterx/ng2-nflpicks
https://github.com/alterx/ng2-nflpicks
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alterx/ng2-nflpicks
- Owner: alterx
- License: mit
- Created: 2015-10-16T14:51:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T17:18:01.000Z (over 9 years ago)
- Last Synced: 2025-02-13T16:44:03.596Z (3 months ago)
- Language: TypeScript
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng2-nflpicks
Attempt to create a simple weekly picks apps with TypeScript and Angular 2. I will try to keep this repo updated with the latest version of ng2.
## To install dependencies
` npm install `
` bower install `
` tsd install `## To run
` npm run tsc `
` npm start `