Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 783 Bytes

File metadata and controls

58 lines (37 loc) · 783 Bytes

Codeship Status for AD2014/app.let.life

webify

how to install

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.

how to test

npm test

how to develop

gulp watch

how to change env

export NODE_ENV=production
npm install

## OR
export NODE_ENV=staging
npm install

## OR
export NODE_ENV=devel
npm install

how to clean and rebuild all

npm run-script clean
npm install

codestyle

//TODO

webify