create-react-family-parcel
v1.0.5
Published
Create React apps with parcel
Downloads
3
Readme
create-react-family-parcel
Create React apps with with parcel
You can choose three types of your project
- react :just have react and react-router
- redux :option react + redux + redux-thunk
- mobx :option react + mobx
Quick Overview
dev:
$ create-react-family-parcel <project name>
$ cd <project name>
$ yarn start
build:
$ yarn build
Installation
$ npm install -g create-react-family-parcel
Requirement
Usage
new
$ create-react-family-parcel <project name>