Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jin-create-react

jinwookie5MIT1.2.0

create react app already ejected

readme

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