This project runs with the current version 4 of ngrx. If you want the old version from the course use the ngrx-3 branch. It is amost the same except for registering the reducer and effects in the app module as the syntax changed in v4 of ngrx
-
Install these if you do not already have them on your machine cli.angular.io, https://nodejs.org/en/ and https://git-scm.com/downloads
-
git clone this repo and cd into it
git clone https://github.com/duncanhunter/ngrx-play-by-play && cd ngrx-play-by-play
- npm install
npm i
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
ng s