redwood serve [side]

Runs a server that serves both the api and the web sides

Arguments

NameDescription
sideWhich side(s) to check (Default to both)

Options

NameDescription
--port <port>What port should the server run on [default: 8911]
--socket <socket>The socket the server should run. This takes precedence over port
--apiRootPath <apiRootPath>The root path where your api functions are served
--apiHost <apiHost>Forwards requests from the apiProxyPath (defined in redwood.toml) to the specified host