Skip to content

anis000romzi/my-restaurant-list

Repository files navigation

My Restaurant List

Final project for Dicoding's Front-End Web Development course.

Link: https://my-restaurant-list.netlify.app/

Run Locally

Clone the project

  git clone https://github.com/anis000romzi/my-restaurant-list.git

Install dependencies

  npm install

Build the app

  npm run build

Start the server

  npm run serve