1.0.5 • Published 4 years ago

create-react-family-parcel v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

create-react-family-parcel

Create React apps with with parcel

You can choose three types of your project 1. react :just have react and react-router 2. redux :option react + redux + redux-thunk 3. 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

nodejs

Usage

new

    $ create-react-family-parcel <project name>