Launch a local web server for static files
npm install localhost-nowLocalhost-now
===
Am I the only one who is lazy to install Apache just for testing some HTML or JavaScript code (like XHR) ?
npm install -g localhost-nowlocalhost [port]
By default, the web server will run on the 1337 port. You can set a custom port by specify the port when you
launch the server like for example : localhost 8080.