Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 387 Bytes

run-production-build.md

File metadata and controls

15 lines (10 loc) · 387 Bytes

Run production build

First generate a production build:

just build

Then execute the vite preview server:

just preview

This command uses under the hood the vite preview command. For more information refer to Deploying a Static Site documentation where vite preview is explained.