I’m creating a restaurant homepage linked here https://github.com/AIessi/restaurant-homepage. I’m using webpack to bundle my code. I created a template for the HTML to follow called template.html
in my src folder which outputs to my index.html
in my dist folder. I created various JS modules for the different pages for the website, as well as a module to load the different JS modules. When I run my index.html
file, all that runs is the template. I’m not sure why this is. Any help would be greatly appreciated.
4