An open-source recreation of a Burger promo site, inspired by a post on the /r/webdev subreddit.
Ready-to-run HTML, CSS and JS files can be found in the Compiled folder for easy access.
I built the site using NodeJS, Express, SASS and Pug. To use these:
- Make sure you've got NodeJS installed
- Run
npm install
to download the necessary dependencies - Run
npm start
ornode index.js
to start the server - Go to localhost:8080 using your web browser
Meant for educational purposes, but feel free to use it for any reasons within the limits of the MIT license.
Original post and inspiration was created by Reddit user Informal-Abies-3343 (Account has since been deleted)