create-react-bootstrap-app
v1.2.3
Published
A CLI based React app with bootstap pre-installed
Downloads
12
Maintainers
Readme
create-react-bootstrap-app
A CLI to automatically clone the create-react-bootstrap-boiler.
Installation
Install the CLI globally OR use npx:
npm install -g create-react-bootstrap-app
Usage
# with global install
create-react-bootstrap-app name-of-app
# with npx
npx create-react-bootstrap-app name-of-app
This will create a directory with the given name, clone the create-react-bootstrap-boiler repo into it, and install dependencies.
# Almost
Done! 🏁
#Get Started
To get started:
#Go to folder
cd app-name
#NPM install
npm install
#Start app
npm start