0.1.0 • Published 8 years ago

redux-universal-boilerplate v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Redux universal boilerplate

Boilerplate for react universal application building on flux architecture based on redux implementation.

MIT License

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