/angular2-starter

Gulp-based starter for Angular2

Primary LanguageJavaScript

Angular starter

Simple project for start with Angular2.

Setup

  1. On Linux/Mac - install nvm and using nvm install node v5.0. On Windows - download node v5.0 binaries and install them.
  2. run npm run install-globals (if you have installed npm system-wide probably you need to use sudo)
  3. run npm install

Run

Just run gulp serve.

Troubleshooting

If tsd fails due to exceeded rate limit, provide GITHUB_TOKEN environment variable with token to your github account. Token can be generated in you profile settings.