Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 520 Bytes

File metadata and controls

34 lines (23 loc) · 520 Bytes

Execution

Install dependencies

npm install

Run the local development server

npm run dev

The server binds to 0.0.0.0 on port 3000, so other devices on the same local network can connect with:

http://<host-local-ip>:3000

The terminal output also prints detected local network URLs when the server starts.

Build and run production preview

npm run build
npm run preview

Use the same local-network URL pattern:

http://<host-local-ip>:3000