Each of these folders is meant to be a website root.
I've been using a chrome extension called "Web Server for Chrome":
https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=en
Set the root to one of the Proj# folders, start the server and browse to 127.0.0.1:8887
Coding Guidelines:
method names: PascalCase
public properties: PascalCase
K&R braces
4 spaces per indent level (no tabs)