Skip to content

AD2014/webify

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published