@deprecated
CodePush Web source
CodePush Web is a CodePush Server's web client. it's will more friendly then code-push-cli
INSTALL
$ cd /path/to/code-push-web
$ npm installCONFIGURE
$ vim ./src/config #change URL to productionRUN DEV
BUILD AND RUN IN PRODUCTION
$ cd /path/to/code-push-web $ npm run build -- --release $ cd ./build $ npm install $ node ./server.js
BASE ON React Starter Kit
License
MIT License read