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