Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 403 Bytes

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