Skip to content

daevid66/angular2-jspm-seed

 
 

Repository files navigation

Build Status devDependency Status

Starter project for Angular 2 + ng2-material + TypeScript + JSPM + Gulp

Angular2 / ng2-material / TypeScript / JSPM / Gulp Starter Project

A quick start template for web development with JSPM, Gulp, Bootstap, TypeScript and Angular 2.

Work in progress! This branch uses ng2-material for Development. There is also a bootstrap branch available.

ng2-material Demo - http://madhukard.github.io/angular2-jspm-seed/ng2-material

Bootstrap Demo - http://madhukard.github.io/angular2-jspm-seed/bootstap

Development Requirements

Dependency OS X Installation
node.js brew install nodejs
gulp npm install -g gulp
jspm npm install -g jspm

Development

Installation

git clone https://github.com/madhukard/angular2-jspm-seed.git myapp
cd myapp
npm install
jspm install
gulp

Live Reload

gulp

Running test

gulp test

Running e2e integration tests

gulp e2e

Production build

gulp deploy

About

Angular2 / TypeScript / ng2-material/ JSPM / Gulp Starter Project -

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • HTML 8.1%
  • TypeScript 6.4%
  • CSS 3.4%