This project is a slight variation of the project created from this tutorial, by Milo Mordaunt, as well as the isomorphic-redux repository.
This is a boilerplate project setup with React, Redux, and Node.js.
To get started:
- npm install
To run the hot-loading dev environment:
- npm run dev
- navigate to localhost:8080
To run the production environment:
- npm run build
- npm run start
- navigate to localhost:9010