Starter project for Angular 2 + material2 + TypeScript + JSPM + Gulp
A quick start template for web development with JSPM, Gulp, material2, TypeScript and Angular 2.
Work in progress!
Dependency | OS X Installation |
---|---|
node.js | brew install nodejs |
gulp | npm install -g gulp |
jspm | npm install -g jspm |
git clone https://github.com/madhukard/angular2-jspm-seed.git myapp
cd myapp
npm install
jspm install
gulp
gulp
gulp test
gulp e2e
gulp deploy