Yeoman generator, using to generator utilhub app's base structure
$ npm install -g yo
$ npm install https://github.com/honwlee/generator-qapp.git
$ yo qapp
$ cd ./xxx/build; npm install; cd ..
$ cd ./test; npm install
$ cd ./test; node server.js [dev | prod | server]
click [test link](http://localhost:9000) to check test page
$ cd ./xxx/build;
$ gulp sass // build sass
$ gulp script // build js
$ gulp sprite // add sprite
$ gulp watch // watch file
Released under the MIT