fpm serve
fpm serve [<port>] creates an http server, which serves static files from .build directory.
Usage
  • fpm serve, It will create and run server at default port 8000
  • fpm serve 8080, It will create and run server at port 8080
TODO
  • static directory should be configurable
  • default error page or list the directory in case of file not found