Skip to content

Instantly share code, notes, and snippets.

@xinmyname
Created April 28, 2014 15:32
Show Gist options
  • Save xinmyname/11375560 to your computer and use it in GitHub Desktop.
Save xinmyname/11375560 to your computer and use it in GitHub Desktop.
Start an HTTP server and watch the folder for changes
Start-Process python.exe -argument '-m http.server'; Start-Process livereloadx.cmd
@xinmyname
Copy link
Author

Requires Python 3, node and livereloadx npm module installed globally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment