learning-localtunnel:学习本地隧道

时间:2024-06-19 15:02:27
【文件属性】:

文件名称:learning-localtunnel:学习本地隧道

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-19 15:02:27

HTML

学习 只是我正在学习的东西之一。 从头开始使用 : yarn global add localtunnel yarn global add parcel-bundler 或者使用npm : npm install -g localtunnel npm install -g parcel-bundler 然后: touch index.html # edit your index.html file parcel index.html 假设将您的 index.html 提供给 localhost:1234 然后在单独的 CLI 中: lt --port 1234 如果您不想安装localtunnel则可以运行npx localtunnel --port 1234 。 CLI 应该打印出一个 URL,任何可以访问 Internet 的人现在都可以查看,从您的本地主机公开


【文件预览】:
learning-localtunnel-main
----.gitignore(47B)
----package.json(607B)
----README.md(2KB)
----index.html(581B)

网友评论