- **Requirements:** Ensure that Node.js is installed ([Node.js Download](https://nodejs.org/en/download)), then run:
```
npm install -g localtunnel
```
- **To Expose:**
```bash
01 --server --expose-with-localtunnel
```
- ngrok (https://ngrok.com/)
Requirements: Install ngrok (https://ngrok.com/docs/getting-started/), and set up an ngrok account.
Get your auth key from https://dashboard.ngrok.com/get-started/your-authtoken, then set it in
your local configuration by running `ngrok config add-authtoken your_auth_token_here`
- **ngrok** ([Website](https://ngrok.com/))
- **Requirements:** Install ngrok ([Getting Started with ngrok](https://ngrok.com/docs/getting-started/)), and set up an ngrok account. Get your auth key from [ngrok dashboard](https://dashboard.ngrok.com/get-started/your-authtoken), then set it in your local configuration by running: