This project is part of the Microverse curriculum in Javascript module!
The main goal of this project is for the student to show the understanding of the benefits of modularized code as well as the ability to set up a javascript application made of different modules using webpack.
- Clone this repo
git clone https://github.com/Mindo-Joseph/restaurant-page.git
- Open terminal
cd
to the cloned folder - Checkout to the feature branch by
git checkout feature-restaurant-page
- Install dependencies by running
npm i
in your terminal - Run webpack build by using the following command
npm run build
Once you have installed dependencies and run webpack build command open dist/index.html
in your browser
- Javascript
- Webpack
👤 Joseph Mindo
- Github: @MindoJoseph
- Twitter: @mindoJoseph
- Linkedin: Joseph Mindo
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.
Give a ⭐️ if you like this project!