Local Installation

  1. Clone this repo and run the below scripts in order
  2. cd homecooked to move inside the directory.
  3. npm install to install all the server side dependencies.
  4. cd client && npm install to install all the client side dependencies.
  5. cd .. to move back to root directory.

Running Locally

  1. npm start to start the server.
  2. cd client && npm start to start the react app.