This is a restaurant Website , Here are four page in the website,
By the click of any option page will navigate to that perticular option page.
- Clone the repository
- Run
npm installto install the necessary dependencies - Run the
npm run startto run the web-dev server, this site will run at thehttp://localhost:8080. - Run the
npm run buildto build the Project in your system.
This project uses Webpack for module bundling. Webpack is configured to:
- Bundle JavaScript
- Process and bundle styles (CSS/SCSS)
- html loader to handle the downloaded images
- plugins to handle html files
- Image loader
