Recipe Box for freeCodeCamp
npm install
inside rootnpm install
inside client- add
.env
file inside root directory (this should never be committed to github)
SERVER_MLAB_USER=YOURUSER
SERVER_MLAB_PASSWORD=YOURPASSWORD
npm start
inside root (updated tonpm run dev
)npm start
inside client
npm run build
inside client prior to pushing master