1.0.0 • Published 6 months ago

@le-static/server v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

server

Static express server to serve built applications.

Usage

function startServer(path: string, options: ServerOptions, project: Project);

The function to start the server takes the path of the built project to serve. The options for the server. And the project that it will be serving.

The port is by priority:

  • The one in the passed options
  • The one in the project config file
  • The default: 8080

Options

The passed options can be used to control the following things:

  • port - string or number, set the port of the express server