serve
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 filesfilter
(string) - For monorepos, specify the name of the application to run the command infunctions
(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 accessport
(string) - port of netlify devdebug
(boolean) - Print debugging information
Examples
netlify serve BROWSER=none netlify serve # disable browser auto opening