Skip to content

damoguyan8844/code-push-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

code-push-server web客户端

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.8%
  • CSS 15.2%