For start app using https://github.com/gdi2290/angular-starter
branch: simple-counter
Counter using @ngrx:
- state
- actions
- reducer
branch: courses-with-effect-and-debugging
- state
- actions
- effects
- reducer
- ngrx/store-devtools for debugging store
Run json server:
- go to json-server directory:
cd json-server - install dependency:
npm i - run json-server
npm run startjson-server will be start on3004port.