Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 807 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 807 Bytes

Pluralsight Course - Play by Play with Angular and ngrx

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

To run this project

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

  2. git clone this repo and cd into it

git clone https://github.com/duncanhunter/ngrx-play-by-play && cd ngrx-play-by-play
  1. npm install
npm i 
  1. Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
ng s