Skip to content

zoover/react-fluxible-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A boilerplate for React+Fluxible applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published