My current project consists of three html files: index.html, about.html, and resource.html. Additionally, there are two css files - style.css and style1.css, as well as two javascript files - script.js and script1.js. Index.html is linked to style.css and script.js, while about.html is connected to style1.css and script1.js. The resource.html file also uses style1.css and script1.js. I attempted to initialize an NPM project, but was prompted for an entry point. How should I proceed?
I am looking to bundle my project using webpack, which requires the use of NPM. It's worth noting that this project is entirely vanilla.