serve
(Beta) Build the site for production and serve locally. This does not watch the code for changes, so if you need to rebuild your site then you must exit and run serve
again.
Usage
netlify serve
Flags
context
(string) - Specify a deploy context or branch for environment variables (contexts: "production", "deploy-preview", "branch-deploy", "dev")country
(string) - Two-letter country code (https://ntl.fyi/country-codes) to use as mock geolocation (enables --geo=mock automatically)dir
(string) - dir with static filesfunctions
(string) - specify a functions folder to servefunctions-port
(string) - port of functions servergeo
(cache | mock | update) - force geolocation data to be updated, use cached data from the last 24h if found, or use a mock locationoffline
(boolean) - disables any features that require network accessdebug
(boolean) - Print debugging informationhttp-proxy
(string) - Proxy server address to route requests through.http-proxy-certificate-filename
(string) - Certificate file to use when connecting using a proxy serverport
(string) - port of netlify dev
Examples
netlify serve BROWSER=none netlify serve # disable browser auto opening