Web Development
- Use npm http-server to quickly create a secure web site with host name on Windows
Node and npm makes it really simple to install command line tools. One of my favourites is http-server. Http-server allows you to start a web server from any folder using the command prompt. To do this first install node from https://nodejs.org/en/ this will also install npm. Then open a command prompt and type: