A social media web app developed for the developers using MERN stack
npm run dev: will start both of the server (express app and react app) in a single terminal- To install the dependencies, use following scripts:
npm run server-install: will install node_modules in the server (express app)npm run client-install: will install node_modules in react (client) app
- to start react app or express app from this script separately, use following commands:
npm run server: will start express appnpm run client: will start react app
Note: README file is available in the devServer and devUI folder too for the respected information.
Project Idea is the courtesy of BradTraversy