The Master Course source code for Ultimate AngularJS Master course.
Some of these may require a local server, however most do not, ones specific to HTTP requests and routing will require a local server.
All you need to do is run a local server, if you're on OSX you can run a python command from the command line:
cd <ultimate-angular-master-seed>
python -m SimpleHTTPServer
If you're on Windows, you can also download and run python, or if it's easier you can setup a local server by using your favourite IDE.