- Clone Repository
git clone https://github.com/suryajasper/Interview-Pro.git
cd Interview-Pro- Set up and run server:
cd web/server
npm install
npm start- Set up and run client:
cd web/client
npm install
npm start
# navigate to http://localhost:3000 on Chrome