An opinionated React JS application skeleton.
Clone this repository:
git clone https://github.com/Granze/react-starterify.git
Install the dependencies:
npm install
Development mode with livereload:
gulp watch
When you are done, create a production ready version of the JS bundle:
gulp build
Build
Styles
JSX tranform/ES6 support
Minification
Modules
Ajax
Server/livereload