Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 910 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 910 Bytes

react-bootstrap-starter

Sample react-bootstrap project that uses gulp, reactify, browserify, and browser-sync. Inspired by material-ui.

Installation

Option 1: Clone this repo

Simply clone this repo and everything is here for you:

git clone https://github.com/jogleasonjr/react-bootstrap-starter.git
cd react-bootstrap-starter
npm install
npm install -g gulp

Option 2: NPM

npm install react-bootstrap-starter
cd node_modules/react-bootstrap-starter
npm install
npm install -g gulp

How to use it

Now you can run your local server:

gulp