FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

MarkTechson/angular-fundamentals-lessons · GitHub

Repository files navigation

Angular Fundamentals Lessons

What to install

How to run these lesson

  • 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.

Solutions

  • All of the solutions are on the `solutions branch. You can access them by using the following command:
git checkout solutions

Lesson Links

Helpful links

About

No description, website, or topics provided.

Resources

Stars

122 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL