An opinionated scaffolding with the following technical stack and configuration:
- React (0.14.x)
- React Router (1.x)
- Flux by using Redux (3.x)
- Webpack
- CSS Modules
- Stylus
- Seamless Immutable
- Hot module replacement
- Babel
- Testing mocha + shallow rendering with React
The idea is to provide a base structure that enable consumers to start building freatures and deliver a production ready package of a Single Page App.
To start hacking simply do:
$ npm install
$ make run
Point browser to http://localhost:9898
For more detailed reference continue reading.
Check the resources section for talks and explanations on WHY the stack I present here.
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.