ultimate-angular-master-src
ultimate-angular-master-src copied to clipboard
Source code for "Ultimate Angular 1.x Pro" course material
Ultimate Angular: Angular 1.x Pro Source code
Source code for Ultimate Angular 1.x Pro Course.
Running these projects
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.