Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 764 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 764 Bytes

@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 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

License

MIT License read