first clone and install dependencies
git clone [email protected]:AD2014/webify
cd webify
npm installthe npm install will run bower install and gulp build to generate all the html for the app in the build directory.
npm testgulp 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