create-test-react-app
v2.0.0
Published
Create A React App with basic Configuration
Downloads
93
Readme
create-test-react-app
Create A React App with basic Configuration
To install create-test-react-app in your system you can write
npm i create-test-react-app -g
To create a React App, use:
create-test-react-app --app myapp
Run the app using:
npm run start
To create a React App with Node server, use:
create-test-react-app --app myapp --use node
To run server use:
npm run start:server
To run client use:
npm run start:client
This will be running the App on PORT 5000
