FemptoServer is a tiny server to be able to test an HTML (or other) folder in your browser.
Easy!
$ git clone https://github.com/anvius/femptoserver.git
$ cd femptoserver
$ go build serve.go
$ sudo cp serve /bin
$ cd [your folder]
$ serve [--port=NNNN]
Default port is 5555.
License MIT, 2018 Antonio Villamarin