Course link: https://www.udemy.com/course/javascript-essentials-for-absolute-beginners-browser-only/
Build a sinple web-server (using NodeJS)
npm install
npm install http-server -g
http-server [path] [options]
[path]
defaults to ./public
if the folder exists, and ./
otherwise.