An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React Bootstrap Components

### [![npm version](https://badge.fury.io/js/bootstrap-components.svg)](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
```