rppx-cli
v1.3.0
Published
cli of install react-multi-page-app
Downloads
7
Maintainers
Readme
rppx-cli
a cli used to install react-multi-page-app project
install
$ npm install rppx-cli -g
create
$ rppx init myproject
dev&build
$ cd myproject
$ npm install
$ npm run dev //development
$ npm run build // production
start
$ npm start