Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmseaton42/react-gulp-sass-boilerplate
A boilerplate gulp project for compiling react, sass, and es6.
https://github.com/cmseaton42/react-gulp-sass-boilerplate
babel boilerplate browserify gulp javascript js react reactjs sass watchify
Last synced: 10 days ago
JSON representation
A boilerplate gulp project for compiling react, sass, and es6.
- Host: GitHub
- URL: https://github.com/cmseaton42/react-gulp-sass-boilerplate
- Owner: cmseaton42
- Created: 2017-03-08T04:45:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T16:27:45.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T22:20:10.082Z (28 days ago)
- Topics: babel, boilerplate, browserify, gulp, javascript, js, react, reactjs, sass, watchify
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-gulp-sass-boilerplate
### Purpose
- Create a skeleton project to begin react apps with native gulp, sass, babel, browserify, etc...
### Getting Started
1. Clone Project
2. Install Node.js
3. Install GulpJS with `npm install gulp -g`
4. Run `npm install` to install all node required node modules### Basic Usage
## Developement Mode
- **Developement Mode** - run `gulp` - This will run the project in developement mode
- *Creating Non-Minified CSS and JS files*
- **Production Mode** - run `gulp --production` - This will run the project in production mode**The Default React Entry Javascript File is `src/js/app.js`**