Demo redux-node application with express in the backend and react with redux framework in the frontend.
- Express [Node]
- Redux [React]
- Webpack
- Clone preject:
git clone https://github.com/sudheeshcm/redux-node-app.git
- Change directory:
cd redux-node-app
- Install modules:
npm install
- Run the application
- development mode:
gulp serveDev
- production mode:
gulp serve
- development mode: