Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.08 KB

React Stack Boilerplate

A boilerplate for React+Fluxible applications, using the following stack:

Main Features

  • Fluxible implementation examples
  • Fetchr services
  • Full isomorphic rendering
  • Automated build process
    • Webpack bundles javascript
    • SASS stylesheets are compiled
    • Images and fonts are copied to build dir
    • Linting (according to Airbnb spec for the most part)
    • Automatic favicon generating
  • Web server (Express)

ES6

The application uses ECMAScript 6 syntax where possible.

Quick Start

To get the application running, run the following commands:

  • npm install to install dependencies
  • gulp to build the application and start the development server
  • Go to http://localhost:3000 in your browser

More Documentation