This is a website skeleton that can be used by any restaurant to showcase their dishes and it is the submission for The Odin Project: Restaurant Page.
The key features are:
- Beautiful and modern layout that can be used by any restaurant
- Well structured and easy to use display of the restaurant's menu and contact information
- Optimized Build
- Cross-Platform Compatibility
- GIT
- NodeJS ^v21.0.0
- NPM ^v10.2.0
- Clone the repository
git clone git@github.com:jesusgraterol/restaurant-top.git- Install the dependencies
npm install- Run the Webpack Build in
watchmode
npm start- Open the
./dist/index.htmlfile with your favorite browser.
- Run the Webpack Build
npm run build- Push the new build to the
gh-pagesbranch so it is deployed to Github Pages:
git subtree push --prefix dist origin gh-pages- HTML5
- CSS3
- JavaScript
- Webpack
# Unit Tests
N/A
# Integration Tests
N/A
# E2E Tests
N/AN/A
