1.2.3 • Published 3 years ago

create-react-bootstrap-app v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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