Home

Awesome

Deku Redux Universal Hot Example

Description

NOTE: This is a fork of erikras/react-redux-universal-hot-example modified for Deku

Beware of dirty hacks.

Running Web Server

npm install
npm run start

Running Webpack Dev Server

npm run watch-client

Both npm run start and npm run watch-client must be running at the same time for the webapp to work with hot reloading.

Then try editing src/components/App.js or any other template or store

Maybe TODO


Original Author: Erik Rasmussen @erikras

Modified by: Nils Ivanson @nivanson