A practical demonstration of designing a website with javascript(webpack) This project is designed with a plain vanilla Javascript to emulate a single page appplication or tab application. The project is part of a series of projects to be completed by students of Microverse.
- HTML
- CSS
- Javascript
- webpack
Clone the repository to your local machine
$ git clone https://github.com/forison/simpleRestaurantPage.git
cd into the directory
$ cd simpleRestaurantPage
cd simpleRestaurantPage
npm install
npm watch
npm start
open with your favourite web browser.
- Fork it (https://github.com/forison/simpleRestaurantPage/fork)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details