Inside the .json file, I have a script section that requires me to manually run it everytime by typing npm run (the script's name)
in the terminal when I want to open my html page on the server. Is there a way for this process to be automated so that I can simply open my index.html file and have it run automatically?