Recipe Box for freeCodeCamp
npm installinside rootnpm installinside client- add
.envfile inside root directory (this should never be committed to github)
SERVER_MLAB_USER=YOURUSER
SERVER_MLAB_PASSWORD=YOURPASSWORD
npm startinside root (updated tonpm run dev)npm startinside client
npm run buildinside client prior to pushing master