1.1.0 • Published 2 years ago

create-react-p v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Create-React-P

One line of command to start react project development.

Installation

Run command:

npx create-react-p my-app

Wait a while and you will have all the necessary environment for react development.

Local Testing

cd my-app
npm start

View your project in the browser: http://localhost:3000

API Reference

  • Add project name: npx create-react-p ${project-name}

  • Choose template: npx create-react-p ${project-name} --template=typescript

TODO

  • Support typescript

  • Support scss

  • Support UI libarary

  • Support beautiful start pages

The End

All you have to do is give it a like : )(GitHub - renhongl/create-react-p: Create react project with no build configuration.)