Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 232 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 232 Bytes

dev-link

Connection Portal for Developers built using the MERN Stack

Install server dependencies

npm install

Install client dependencies

cd client

npm install

Run both Express & React from root

npm run dev