You can run your file in the http server .
1> You have Node.js installed.
2> In CMD, run the npm install http-server -g command
3> Go to the specific path of your file folder in CMD and run the http-server command
4> Go to your browser and enter localhost: 8080 . Your application should work there.
Thanks:)
source share