Home

Awesome

React scaffolding

An opinionated scaffolding with the following technical stack and configuration:

The idea is to provide a base structure that enable consumers to start building features and deliver a production ready package of a Single Page App.

TO DO

Getting started

To start hacking simply do:

$ make install-githooks
$ npm install
$ make run

Point browser to http://localhost:9898

For more detailed reference continue reading.

Rational behind the stack

Check the resources section for talks and explanations on WHY the stack I present here.

Bundle process

The scaffolding provides a feature-rich configuration for delivering the application as well as a rich development experience. Go here to read more about the details of our bundle process.

Architecture (React + Flux)

React patterns

Other patterns