Skip to content

Instantly share code, notes, and snippets.

@jhades
Last active May 12, 2016 08:35
Show Gist options
  • Save jhades/07e9023a7e5eaf1ccba2ecb6cdba95f0 to your computer and use it in GitHub Desktop.
Save jhades/07e9023a7e5eaf1ccba2ecb6cdba95f0 to your computer and use it in GitHub Desktop.
Installation Instructions for the course Getting Started With Angular 2 -

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment