Home
Author Manual
Builder Manual
Development
Usage
fpm start-project
fpm build
fpm sync
fpm status
fpm diff
fpm update
fpm serve
fpm add
fpm rm
fpm resolve-conflict
fpm clone

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