NgRx Course

Don't Sweat the State Stuff

NgRx Course is FREE

The course begins with the fundamentals of state management and the three core principals at the heart of redux and NgRx.

Table of Contents

This comprehensive course covers the following topics:

  1. Introduction
  2. Fundamentals
  3. Simple Store
  4. Store
  5. Effects
  6. Entity
  7. Testing
  8. Schematics

Getting Started

To get started, you need to clone the git repository:

git clone https://github.com/blove/ngrx-course.git

The first exercise is building a simple store yourself. In order to get started with the exercise you need to checkout a specific branch within the repository. This branch contains the exercise code that you will be working on:

git checkout 01-simple-store
cd course
npm install
npm start

Let's break down these commands:

  • First, we use the git checkout command followed by the branch name: 01-simple-store.
  • Then, we use the cd command to change into the course directory.
  • We then install all dependencies using the command: npm install.
  • Finally, start the Angular development server as well as json-server.

If you want to skip ahead to the solution, and we do not recommend skipping exercises, you can checkout the solution branch:

git checkout 01-simple-store-complete

Copyright

Site © by LiveLoveApp, LLC

We Can Help!

Need help with your Angular and NgRx project?

Hire Us