/react-starterify

React JS application skeleton using Browserify and other awesome tools

Primary LanguageJavaScript

Build Status bitHound Score

React Starterify

An opinionated React JS application skeleton.

Usage

Clone this repository:

git clone https://github.com/Granze/react-starterify.git

Install the dependencies:

npm install

Test:

npm run test

Development mode with livereload:

gulp watch

When you are done, create a production ready version of the JS bundle:

gulp build

Tools used:

Build

Styles

JSX tranform/ES6 support

Minification

Modules

Ajax

Server/livereload

Code linting

Test