Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 773 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 773 Bytes

TodoStateManagers

Small Todo list application created using different state managers libraries for angular. See repo directories:

  1. pure-angular - pure angular service
  2. akita - Akita
  3. ngrx - NGRX
  4. ngxs - NGXS

Requirements

  1. Linux / Windows / MacOS
  2. NodeJs (nvm)
  3. Launched Fast JSON API server with todo database

Getting started

Run npm i in implementation directory's root for dependencies installation

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.