- Clone this repo and run the below scripts in order
cd homecooked
to move inside the directory.npm install
to install all the server side dependencies.cd client && npm install
to install all the client side dependencies.cd ..
to move back to root directory.
npm start
to start the server.cd client && npm start
to start the react app.