https://github.com/timurtu/bootstrap-components
Bootstrap Components built for ReactJS
https://github.com/timurtu/bootstrap-components
bootstrap bootstrap-components components facebook npm react twitter ui yarn
Last synced: about 2 months ago
JSON representation
Bootstrap Components built for ReactJS
- Host: GitHub
- URL: https://github.com/timurtu/bootstrap-components
- Owner: timurtu
- Created: 2017-02-12T02:37:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T02:37:16.000Z (about 8 years ago)
- Last Synced: 2026-01-03T16:22:49.956Z (5 months ago)
- Topics: bootstrap, bootstrap-components, components, facebook, npm, react, twitter, ui, yarn
- Language: JavaScript
- Homepage: https://bootstrapcomponents.wordpress.com
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Bootstrap Components
### [](https://badge.fury.io/js/bootstrap-components)
## Install
### npm
```
npm install --save bootstrap-components
```
### yarn
```
yarn add bootstrap-components
```
## Start the Demo Application
```
git clone https://github.com/timurtu/bootstrap-components
```
```
cd bootstrap-components
```
```
yarn install
```
### Development mode
```
yarn start
```
### Production mode
```
yarn prod
```