Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 662 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 662 Bytes

Meatless

World's first vegetarian food delivery

Dependencies

to return the data of the restaurants access the url below:

  https://raw.githubusercontent.com/devpass-tech/meatless-api/main/restaurant_list.json
  • go to meatless-frontend ->

Running locally

Clone the project

  git clone https://github.com/devpass-tech/project-meatless-react-template

Enter the project directory

  cd meatless-frontend

install the dependencies

  yarn install

start the server and enjoy :)

  yarn start