Restaurant Project

A Simple Restaurant website built with using ES6 and Webpack.

screenshot

Built with

  • Javascript (ES6)
  • Sass
  • Webpack

How To run the Project

  • Run git clone https://github.com/mohammadumar28/restaurant-page.git to clone the project.
  • Run npm install to install node modules.
  • Run npx webpack --watch.
  • Open index.html from the dist folder.

Authors

Muhammad Umar

Acknowledgements

Contribution

  • Fork this repo.
  • Create your feature branch git checkout -b my-new-feature.
  • Commit your changes git commit -am "Add some feature".
  • Push to the branch git push origin my-new-feature.
  • Create a new Pull Request.