##Description Base Project using React.js and ES6 Syntax. Gulp Script for starting up a server with liveReload and CSS Injection.
###File Watchers
- Transpiling and linting JSX and ES6
- Compiling SCSS --> CSS
You need Gulp installed globally:
$ npm i -g gulp
Install dependencies:
$ npm install
Start a development server with Live Reload and CSS Injection:
$ gulp serve