A Portfolio example of an isomorphic rendering application in React and Redux. Live Example Here
In the project's directory, run the following commands:
$ npm install
$ npm start
Then Visit
http://localhost:3002
Production has Devtools, logging and hot reloading middleware removed and the scripts/css compressed.
In the project's directory, run the following commands:
$ npm run build
$ npm run start-prod
Then Visit
http://localhost:3002
App template was based on Lanyon Theme by mdo