mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
13 lines
387 B
Markdown
13 lines
387 B
Markdown
![]() |
# Remote testing
|
||
|
|
||
|
```Shell
|
||
|
npm run start:tunnel
|
||
|
```
|
||
|
|
||
|
This command will start a server and tunnel it with `ngrok`. You'll get a URL
|
||
|
that looks a bit like this: `http://abcdef.ngrok.com`
|
||
|
|
||
|
This URL will show the version of your application that's in the `build` folder,
|
||
|
and it's accessible from the entire world! This is great for testing on different
|
||
|
devices and from different locations!
|