Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardzcode/create-bootstrap-react-app
Create React apps with Bootstrap 4
https://github.com/richardzcode/create-bootstrap-react-app
bootstrap bootstrap4 create-react-app javascript react reactjs
Last synced: 3 months ago
JSON representation
Create React apps with Bootstrap 4
- Host: GitHub
- URL: https://github.com/richardzcode/create-bootstrap-react-app
- Owner: richardzcode
- License: mit
- Created: 2018-09-14T17:00:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T20:15:57.000Z (over 6 years ago)
- Last Synced: 2024-10-01T06:07:38.590Z (3 months ago)
- Topics: bootstrap, bootstrap4, create-react-app, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-bootstrap-react-app
Create React apps with Bootstrap 4.
This tool runs [Create React App](https://github.com/facebook/create-react-app) with [Bootstrap 4 React](https://bootstrap-4-react.com/).
## Installation
Make sure `create-react-app` is installed.
```
npm install --global create-react-app
```Then,
```
npm install --global create-bootstrap-react-app
```## Create an App
```
create-bootstrap-react-app my-app
cd my-app
npm start
```![Bootstrap starter template](bootstrap-starter.png)
## Templates
You may create app with Bootstrap templates.
```
create-bootstrap-react-app --template my-app
```For a list of avaiable templates, run
```
create-bootstrap-react-app --template
```