Introduction

Clone the source code

cd dev
git clone https://github.com/angular-university/angular-ngrx-course.git
cd angular-ngrx-course/

The material for the lessons is available in different branches (git branch -a)

  • 1-auth
  • 1-auth-finished
  • 2-entity
  • 2-entity-finished
  • 3-lessons
  • 3-lessons-finished

Select the appropriate branch

git checkout -b 1-auth origin/1-auth

Install the dependencies and start the local express server

npm install
npm run server

Then in a new console

npm start

Finally open Chrome and navigate to http://localhost:4200/