angular2-minimum-starter [](https://gemnasium.com/mitsuruog/angular2-minimum-starter)
April 2, 2016 · View on GitHub
Minimum starter kit for angular2
Get started
git clone --depth 1 https://github.com/mitsuruog/angular2-minimum-starter.git
cd angular2-minimum-starter
npm install
npm start
npm test
Demo
https://angular2-minimum-starter.herokuapp.com/
Features
Base on official 5min quick start.
:warning: [NOTICE] Development only. Don't use for productuon.
- Minimun Angular2 dependencies
- Minimun configure TypeScript
- Minimun configure Visual Studio Code
- Minimun development HTTP Server
- Minimun Javascript intellisense via typings
- Minimun test seed and coverage
- Module loader via SystemJS
- Easy to deploy on Heroku
- Bootstrap template
Tasks
npm startto fire up dev server.npm testto run unit test.npm run coverageto build a HTML coverage report.
Notice deploy to Heroku
When deploy to Heroku, please carefully read important notice as below.
Since Heroku usually don’t install all devDependencies in production builds. You should install all devDependencies, you disable NPM_CONFIG_PRODUCTION at Heroku settings on app.
heroku config:set NPM_CONFIG_PRODUCTION=false
License
MIT