A small social networking site for developers built with MERN stack.
- clone the repo devnet-api and
- clone this repo devnet.
- Add both of the repos into the same directory, say Project.
- Go to Project directory on command line then:
cd devnet-api npm run dev - This will concurrently run both Node Server and React App.