Create a simple local web server with node
1 - install the `local-web-server` package from npm globally in your computer ==> npm install -g local-web-server
2 - open `terminal` and go to the project folder or where your index file is.
3 - type `ws` and follow the instruction on screen
for more information [https://www.npmjs.com/package/local-web-server]