Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alihammad-gist/react-bootstrap-sass
- Owner: alihammad-gist
- Created: 2014-03-28T17:46:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-29T17:08:24.000Z (almost 11 years ago)
- Last Synced: 2024-11-12T06:27:08.497Z (2 months ago)
- Language: JavaScript
- Size: 676 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 jsNavigate 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`