UNPKG

create-react-proj

Version:

Create your react projects with minimum dependencies

20 lines (14 loc) 284 B
# create-react-proj: React Bootstrap Project CLI Create your react projects with minimum dependencies ## Installation Instructions ``` npm install create-react-proj mkdir react-proj cd react-proj create-react-proj ``` ## Running The Application ``` npm install npm run watch ```