Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 955 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 955 Bytes

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

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