% cd solid-client
% npm install
- start client
(use network)
% npm run dev -- --host
> [email protected] dev
> vite --host
VITE v5.4.0 ready in 159 ms
➜ Local: http://localhost:1420/
➜ Network: http://192.168.0.17:1420/
➜ press h + enter to show help
- start server
(set your network ip address to HOST)
% HOST=192.168.0.17 npm run dev-websocket
> [email protected] dev-websocket
> y-websocket --port 1234
running at '192.168.0.17' on port 1234
- open web browser(s)
(from your network PC and iPad)
% open http://192.168.0.17:1420