visualize-the-idea A picture is worth a thousand words. install a http server npm install -g http-server start a http server This will start the server on http://localhost:8080 from the current working directory. http-server &