Skip to content

wttc-nitr/Swiggy-clone

Repository files navigation

Swiggy-Clone

This project is a clone of Swiggy (a food-ordering platform). It's hosted here.

Setting-up the project

  • Fork the project.

  • Clone the forked repo locally.

  • Install the dependencies :

npm install
  • Start the server :
npm run dev