From blog post, Retrieving Data with AngularJS and the MEAN Stack: http://wp.me/p1RD28-16F. Installs required environment variables on Windows for project: https://github.com/garystafford/meanstack-data-samples
REM cofirm the path to Chrome, change value if necessary | |
setx /m NODE_ENV "test" | |
setx /m PORT "3000" | |
setx /m CHROME_BIN "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment