In this project, I built a basic restaurant page using JavaScript and webpack. All pages are build using DOM manipulations,The tabs display the introduction, menu and contact info for the restaurant.
- JavaScript
- Webpack
- Bootstrap
- Web Browser
$ npm install --save-dev webpack
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone [email protected]:verissimohenry/RestaurantPage.git
$ cd RestaurantPage
If you want to repack the file
- Run npm install on the terminal to install dependancies
- Run npm run build to pack the files in the src folder
- Go to the dist folder and open index.html
- Run npm run start to open it on a live server
double click on dist/index.html
to open project in new browser window
👤 Verissimo Henry
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
- Email: [email protected]
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.