Created
August 26, 2018 23:30
-
-
Save lkishfy/3da7d6e865ff44774dbe7482dcab16d1 to your computer and use it in GitHub Desktop.
Example Node Startup Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| title App Title | |
| cd C:\Users\Lou\Documents\GitHub\Repository\Src | |
| echo Launching Exhibit... | |
| start "Chrome" "C:\Program Files (x86)\Google\Chrome\Application/chrome.exe" --kiosk --incognito http://localhost:8080 --start-fullscreen | |
| node start.js |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
incognito suppresses chrome shutdown error pop-up