#ngulpack-seed
A seed project using angular, webpack and gulp. This project started as a fork of luwen's webpack setup (see the Reference)
####Insall:
> npm install
####Run:
> gulp
> gulp serve
####Change list:
- Moved bower dependencies to NPM (angular, ui-router etc)
- Added configuration files (.jshintrc, .editorconfig, .gitignore)
- Modularized gulp files (has its own folder)
####TODO:
- Make a yeoman generator
####Reference: