Getting Started
To begin, checkout the 03-effects branch:
git checkout 03-effectsIf you have any pending changes simply reset:
git reset --hardInstall
Let's go ahead and install the NgRx efects libraries:
npm install @ngrx/effects
yarn add @ngrx/effectsServe the Application
Serve the application via either command:
npm start
yarn startThis will build and start a live reload server available at: http://localhost:4200.
This also starts a simple json-server with a RESTful API on port 3000.