Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 842 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 842 Bytes

Restaurant Page

This is a Restaurant Pag, made using HTML, CSS, JavaScript.

  • I have used webpack, to bundle the code.

Open this link

screenshot

Share you feed back on,

Deployment

To deploy this project run

  • This will install all project dependencies
  npm init -y
  • To build project
  npm run build
  • To Use project on your machine
  npm start

Authors