The project will run in a server environment. To run you can -
-
Install XAMPP, and place the entire project folder inside htdocs folder. Then, start the XAMPP php server and visit localhost/project/index.html in the browser.
-
Or else , if npm is installed, you can install the package 'http-serve' globally via 'npm i -g http-serve'. Go inside the project and open a terminal and run the command 'http-serve'.