This is a AngularJS reference app. It demonstrates various aspects of Angular, but not even close to all of them.
Simply serve the directory over HTTP and access it in your browser.
Example:
-
Serve the static files (e.g. using the Node http-server package):
http-server -p 4321
-
Point your browser to it:
http://localhost:4321