Skip to content

ctlabvn/code-push-web

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published