You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd email-confirmation/client
npm i && npm start
// open another terminal tab
cd email-confirmation/server
npm i && npm run dev
// open another terminal tab (if running mongo locally)
mongod