Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alihammad-gist/react-bootstrap-sass

Bootstrap for reactjs + bootstrap sass and gulp as build too.
https://github.com/alihammad-gist/react-bootstrap-sass

Last synced: 14 days ago
JSON representation

Bootstrap for reactjs + bootstrap sass and gulp as build too.

Awesome Lists containing this project

README

        

# Twitter Bootstrap SASS + ReactJS

This is a boilerplate for building reactjs app with bootstrap-sass

## Installation

#### Dependencies

- Ruby sass
- Node js

Navigate to the directory where you cloned this repo. And run these commands

`npm install -g gulp bower`

`npm install`

`bower install`

## Build Script

This repo include few gulp tasks that would compile your sass and jsx source.

- Compile Scss `gulp sass`
- Compile Jsx `gulp jsx`
- Watch directories for changes and runs corresponding task `gulp watch`