Skip to content

Instantly share code, notes, and snippets.

@Narretz
Last active December 15, 2015 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Narretz/5309226 to your computer and use it in GitHub Desktop.
Save Narretz/5309226 to your computer and use it in GitHub Desktop.
How to run the angular.js api docs locally (on Windows 7)
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