DEV Community

Discussion on: Create a Quick Local Web Server with Python and Ngrok

Collapse
 
kyletaylored profile image
Kyle Taylor

If you're using Homebrew, a good ol' fashion brew install ngrok should work if you don't want to download and move things.

And for others who might be using PHP regularly, you can also use PHP's built in local server in a directory using php -S localhost:3000

Great tips!