redux-universal-boilerplate
v0.1.0
Published
Boilerplate of an isomorphic (universal) react application
Downloads
2
Maintainers
Readme
Redux universal boilerplate
Boilerplate for react universal application building on flux architecture based on redux implementation.
Boilerplate based on:
Features
- Server and client side rendering
- Routing on clietn and server sides
- Html layout as
react
component - Not Found page with 404 HTTP status
Installation
git clone https://github.com/ufocoder/redux-universal-boilerplate.git
cd redux-universal-boilerplate
npm install
NODE_ENV=production npm run build
NODE_ENV=production npm run start