This repo is for the client side of Chef Recipe Hunter Website.
Client link – https://assignment-10-4a34a.web.app/
Server link - https://chef-recipe-hunter-server-lake.vercel.app/
Client repository - https://github.com/sh-bd/chef-recipe-hunter-client-side
Server repository - https://github.com/sh-bd/chef-recipe-hunter-server-side
Clone the project
git clone https://github.com/sh-bd/chef-recipe-hunter-client-side.git
Go to the project directory
cd chef-recipe-hunter-client-side
Install dependencies
npm install
Start the server
npm run dev