CodePush Web source
CodePush Web is a CodePush Server's web client. it's will more friendly then code-push-cli
$ cd /path/to/code-push-web
$ npm install
$ vim ./src/config #change URL to production
$ npm start
$ cd /path/to/code-push-web
$ npm run build -- --release
$ cd ./build
$ npm install
$ node ./server.js
BASE ON React Starter Kit
MIT License read