react-easy-boilerplates icon indicating copy to clipboard operation
react-easy-boilerplates copied to clipboard

react boilerplate generator

installation

npm i -g react-easy-boilerplate

usage

run the command below on cmd or terminal

$ react-easy-boilerplate

cd to your project folder

run commands below :

npm run start:dev   // run development server
npm run build:prod //build production 
npm run start:prod  // run production server (ssr)

reb1 reb2 reb3 reb4 reb5 reb6