source
CodePush WebCodePush 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 install
CONFIGURE
$ vim ./src/config #change URL to production
RUN DEV
$ npm start
BUILD AND RUN IN PRODUCTION
$ cd /path/to/code-push-web
$ npm run build -- --release
$ cd ./build
$ npm install
$ node ./server.js
React Starter Kit
BASE ONLicense
MIT License read