Skip to content

virtual/fcc-recipe-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fcc-recipe-box

Recipe Box for freeCodeCamp

View application

Development Information

Prior to running

  • npm install inside root
  • npm install inside client
  • add .env file inside root directory (this should never be committed to github)
SERVER_MLAB_USER=YOURUSER
SERVER_MLAB_PASSWORD=YOURPASSWORD

Running in local environment

  • npm start inside root (updated to npm run dev)
  • npm start inside client

Production

  • npm run build inside client prior to pushing master