- Latest version of Node or Active LTS
- Angular CLI
- Visual Studio Code
- Angular Language Service Plugin for VS Code
- Clone this repository to your local computer.
git clone git@github.com:marktechson/angular-fundamentals-lessons
- From the command line, in the root directory (angular-fundamentals-lessons) run the following command:
ng serve <lesson>
In order to run the first lesson, for example:
ng serve 01-hello-angular
Then, open your browser to http://localhost:4200
and you'll find the lesson.