Loading...
Loading...
Compare original and translation side by side
undefinedundefinedundefinedundefined| Framework | Default Port | Config |
|---|---|---|
| Next.js | 3000 | |
| Vite | 5173 | |
| CRA | 3000 | |
| Nuxt | 3000 | |
| Remix | 5173 | |
lsof -i -sTCP:LISTEN -P | grep -E ':(3000|5173|8080|4321) '| 框架 | 默认端口 | 配置位置 |
|---|---|---|
| Next.js | 3000 | |
| Vite | 5173 | |
| CRA | 3000 | |
| Nuxt | 3000 | |
| Remix | 5173 | |
lsof -i -sTCP:LISTEN -P | grep -E ':(3000|5173|8080|4321) 'npm run dev &npm run dev &
Wait for the server to be ready, then verify the port.
等待服务器就绪后,验证端口是否正确。bash ~/.claude/skills/mobile-preview/scripts/tunnel.sh PORTcloudflared tunnel --url http://localhost:PORT 2>&1 &https://xxx-xxx.trycloudflare.combash ~/.claude/skills/mobile-preview/scripts/tunnel.sh PORTcloudflared tunnel --url http://localhost:PORT 2>&1 &https://xxx-xxx.trycloudflare.comMobile preview URL: https://xxx-xxx.trycloudflare.com
Open the URL above in mobile Chrome.
The tunnel is running in the background. Let me know when you're done.移动端预览URL:https://xxx-xxx.trycloudflare.com
请在移动端Chrome中打开上述URL。
隧道正在后台运行,完成测试后请告知我。pkill -f "cloudflared tunnel"pkill -f "cloudflared tunnel"lsof -i :PORTlsof -i :PORT