quizbuilder installation $ npm install $ cd client && npm install $ cd .. running the app 1: local mongodb server $ mongod 2a: concurrently running server and api $ npm run dev 2b: alternatively in 2 seperate terminals $ nodemon server.js $ cd client && yarn start