Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 720 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 720 Bytes

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.