Skip to content

Instantly share code, notes, and snippets.

@davestewart
Created November 10, 2014 10:04
Show Gist options
  • Save davestewart/c1b2391f3e54c632c030 to your computer and use it in GitHub Desktop.
Save davestewart/c1b2391f3e54c632c030 to your computer and use it in GitHub Desktop.
Start server and launch browser on Windows
REM you can use any resolvable address, such as local.yourdomain.com
start "" "http://localhost:8000"
php -S localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment