This is a simple boilerplate project to start fast with Reactjs, webpack and gulp, including offline rendering with hapi.
This includes some webpack loaders like image-webpack-loader for optimizing images and other cool things like Hot Module Replacement for React.
Support for offline rendering. This uses hapi for the server
but you can easily change that in server\index.js
Copy this repo.
- Run
gulp
- Run
node server
- Open http://localhost:3000
When running, you can edit HelloWorld.react.jsx and save it, your edits will be visible without reloading.
- Run
gulp build
This will create the minified build files
To test it, run node server
.
- expand the example code with fonts and json
Copyright (c) 2014 Thomas Coopoman