Skip to content

Commit

Permalink
Fixed the batch file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bencdelaney committed Dec 3, 2015
2 parents c34dc27 + 783adb7 commit 05861b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RunInChrome.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Runs a light web server locally, and opens the application in chrome.
:: Runs a light web server locally, and opens the application in chrome.

:: Python 3 must be on the path
start python -m http.server 8000

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

exit

0 comments on commit 05861b4

Please sign in to comment.