https://github.com/dfarr/angular2-boilerplate
Boilerplate for angular2 applications
https://github.com/dfarr/angular2-boilerplate
Last synced: 28 days ago
JSON representation
Boilerplate for angular2 applications
- Host: GitHub
- URL: https://github.com/dfarr/angular2-boilerplate
- Owner: dfarr
- Created: 2017-01-10T01:58:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T02:59:04.000Z (over 9 years ago)
- Last Synced: 2025-07-25T08:56:54.379Z (10 months 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
# angular2-boilerplate
## start
```
npm start
```
## build
```
npm run build
```