#Start with git
git clone https://github.com/dhavalrajani92/react-redux-express.git
git fetch
git checkout master
#Setup npm module
npm install
Please use node 6.x version
#Enviroment variable setup
#For application
export API_PORT=4002
#For Mongo
export MONGO_URL=mongodb://localhost:27017/reactDemo
npm start
npm run build