Requirements: Ensure that Node is installed (https://nodejs.org/en/download), then run `npm install -g localtunnel`
- **Requirements:** Ensure that Node.js is installed ([Node.js Download](https://nodejs.org/en/download)), then run:
```
npm install -g localtunnel
```
- **To Expose:**
```bash
```bash
01 --server --expose-with-localtunnel
01 --server --expose-with-localtunnel
```
```
- ngrok (https://ngrok.com/)
- **ngrok** ([Website](https://ngrok.com/))
Requirements: Install ngrok (https://ngrok.com/docs/getting-started/), and set up an ngrok account.
- **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:
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`