generator-angular-typescript-gulp
A no-fluff yeoman generator for AngularJS/Typescript apps, uses Gulp instead of Grunt
What you get
Once you've run the generator, you'll have:
- A demo page, injected with bower dependencies plus wired to compile and inject your own src files
- Gulp tasks for transpiling, concatenating and minifying TS -> JS
- Gulp tasks for compiling, concatenating and minifying SASS -> CSS
- Gulp tasks for compiling and injecting your directives with angular template cache
- Gulp tasks to watch (nodemon) and serve files with express
- A shell Angular-TypeScript app, with TypeScript Definitions hooked up ready to go
Installation
First, install Yeoman and generator-angular-typescript-gulp using npm
(we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-angular-typescript-gulp
Then generate your new project:
yo angular-typescript-gulp
Then build and serve:
tsd install
gulp
Project framework options
- Front-end framework: Bootstrap, Foundation
- Icon font: Font Awesome (or Bootstrap comes with Glyphs)
License
Apache-2.0 © Daniel Wild