Last active
December 15, 2015 19:09
-
-
Save Narretz/5309226 to your computer and use it in GitHub Desktop.
How to run the angular.js api docs locally (on Windows 7)
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
Tested with angular 1.2.10: | |
- make sure you use Java 64bit, because 32 bit may have heap size problems | |
- Follow the build instructions for angular at http://docs.angularjs.org/misc/contribute | |
- In the angular.js folder, run 'grunt webserver' in your favorite shell | |
- point your browser to localhost:8000/build/docs | |
- (if you try to go to the folder from docment root, Windows slashes clash) | |
- enjoy! | |
(In other configurations, I had problems with failing GET requests or missing angular.js framework files) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment