For all of these instructions to work, make sure your current directory is the angular2 directory.
Clone the Angular2 quickstart repository:
git clone https://github.com/angular/quickstart.git
Make sure you have a web server:
npm install -g serve
Start a web server:
serve -p 8000
Browse to http://localhost:8000