How to run a local copy of the builds on a target PC?

When a dist is built, is there a simple way to run it locally on a machine or any required steps for that?

Original Post on Discord

by user 103054507105067008

If it’s not a gzip built you can just spin up a local server in that folder (e.g. using a vscode extension or I think python has a very simple https server option or just vite via vite preview (thats not for the dist tho)

Live Server - Visual Studio Marketplace this is what i usually use
unknown.png

Thanks that’s perfect

by user 103054507105067008