starting web server with npm

You can find the npm website about simplehttpserver here → https://www.npmjs.com/package/simplehttpserver .The command to start a webserver is simply “simplehttpserver [directory to be web root,default is the current working directory]”.Also to install simplehttpserver through npm “npm install simplehttpserver -g”.Hope it helps :slight_smile: