Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1004 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 1004 Bytes

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