/create-react-parcel

Create React app by parcel

Primary LanguageJavaScriptMIT LicenseMIT

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>