redux-universal-boilerplate

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i redux-universal-boilerplate

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • ufocoder