1.2.0 • Published 5 years ago

jin-create-react v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

jin-create-react

Create a react app (already ejected).

Installation

# install global
npm i -g jin-create-react

Create React App

To create a react app:

jin-create-react <project-name>

Packages

  • react
  • react-router
  • webpack
  • babel
  • sass

Development

npm run dev

Production

# build app
npm run build

# start app
npm start