first clone and install dependencies
git clone git@github.com:AD2014/webify
cd webify
npm install
the npm install
will run bower install
and gulp build
to generate all the html for the app in the build
directory.
npm test
gulp watch
export NODE_ENV=production
npm install
## OR
export NODE_ENV=staging
npm install
## OR
export NODE_ENV=devel
npm install
npm run-script clean
npm install
//TODO