Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 576 Bytes

File metadata and controls

42 lines (28 loc) · 576 Bytes

DeveloperNetwork

DeveloperNetwork for Programmer

Quick Start

# 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

App Info

Author

MzCoder-Hub

Version

1.0.0

License

This project is licensed under the MIT License