This repository is available at the following location: https://github.com/angular-academy/courses/tree/master/01-getting-started-with-angular2
No Global dependencies are needed. To install the code, you can run the following command in a terminal window:
npm install
The installation should take a few minutes. When its done, you can build the project and start a server using the followinf code:
npm start
Once the server is running, you can access the lessons page via the following url: http://localhost:8080