Skip to content

Latest commit

 

History

History
executable file
·
28 lines (17 loc) · 422 Bytes

File metadata and controls

executable file
·
28 lines (17 loc) · 422 Bytes

Steps to start project

#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

Starting application

npm start

build application

npm run build