Skip to content

Commit

Permalink
Added RunInChrome.bat to ease running locally on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
bencdelaney committed Dec 3, 2015
1 parent 317d60a commit 783adb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RunInChrome.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Runs a light web server locally, and opens the application in chrome.

# Chrome must be installed here.
start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "http://localhost:8000/"

# Python 3 must be on the path
python -m http.server 8000
exit

0 comments on commit 783adb7

Please sign in to comment.