Restaurant in JavaScript is a practice project 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.
- HTML5
- CSS3
- JavaScript
- Webpack
- Node
- npm
To get a local copy up and running follow these simple example steps.
- Text Editor (VSCode is suggested.)
- Install git
- Open Terminal
- Change directory to folder to download repository
- Use
cd <file-path>
- Run
git clone https://github.com/vichuge/js-restaurant.git
- open the folder
- type
npm run watch
on terminal - Here comes the website on the local machine.
To make any change,
- Open related file by using text editor.
👤 Victor Pacheco
Contributions, issues and feature requests are welcome! Open a issue...
Give a ⭐️ if you like this project!
- Project originally taken from The Odin Project
- Project inspired by Microverse Program
This project is MIT licensed.