DeveloperNetwork for Programmer
# change default.json file in config folder
# this file is located in config/default.json
# add uri of your mongodb connection for example
"mongoURI": "mongodb://localhost/dev-social",
# Install server dependencies
npm install
# Install client dependencies
cd client
npm install
# Run both Express & React from root
npm run dev
# Build for production
cd client
npm run build
Author
MzCoder-Hub
1.0.0
This project is licensed under the MIT License