generator-kingbolt
v0.4.0
Published
Yeoman-generator that generates a mobile-first, offline-first SPA using Karma, AngularJS, Gulp, Bower, Typescript and Angular-Material-Design
Downloads
4
Readme
#yo kingbolt
Yeoman generator for a new AngularJS-Application based on Karma, aNgularJS, Gulp, BOwer, Typescript, TSD and Angular-material.
##Prerequisites
- Node.js http://nodejs.org/
- git http://git-scm.com/
- yeoman http://yeoman.io/
npm install -g yo
- bower http://bower.io/
npm install -g bower
- Gulp http://gulpjs.com/
npm install -g gulp
##1. Install
npm install -g generator-kingbolt
##2. Usage
mkdir helloWorld
cd helloWorld
yo kingbolt
##3. To download all required 3rd-party files
npm install
bower install
gulp install
##4. To start developing ###console 1: for compiling and running
gulp watchServe
###console 2: for testing
gulp watchTest
##Install locally to contribute
git clone https://github.com/strabu/generator-kingbolt.git
cd generator-kingbolt
npm link