Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`**