A boilerplate for React+Fluxible applications, using the following stack:
- 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)
The application uses ECMAScript 6 syntax where possible.
To get the application running, run the following commands:
npm install
to install dependenciesgulp
to build the application and start the development server- Go to
http://localhost:3000
in your browser