Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.71 KB

File metadata and controls

47 lines (30 loc) · 1.71 KB

React Redux Universal Modern Hot Example

build status Dependency Status devDependency Status


About

I've been looking for a good boilerplate for a React app. I've looked at several of them, but none of them quite nailed all of what I would consider "good practices". This stack is heavily based off of react-redux-universal-hot-example by erikras and takes most of its structure and a lot of its code. However, that example is from 2015, and many of the libraries and dependencies used are out of date. Here, I've updated everything to very modern if not the latest versions.

Installation

yarn install

or

npm install

Running the Dev Server

npm run dev

Depending on the size of the app, it may take a while for the initial Webpack build to complete

Documentation

Coming Soon

See react-redux-universal-hot-example in the mean time

Explaination

Coming Soon

See react-redux-universal-hot-example in the mean time