A boilerplate for sigle page app without server routing
- Webpack for both HRM(dev) and bundle(Prod)
- React
- Redux
- Babel
- Autoprefixer
- PostCSS
- CSS modules
- Rucksack
- React Router Redux
- Redux DevTools Extension
- React Router Redux
- TodoMVC example
- Flux Chat example
$ npm install
$ npm start
$ npm run build
I give full credits to Frontend Boilerplate where I got most of the code from. With my tweaks you will be able to develop easily on local using HMR and build static files and deploy straight to you single page hoster in my case it is Github Page.