Basic State Management With RxJS Subjects

This is a simple demonstration of reactive and declarative state management in Angular, meant for educational purposes.

To Run The Development Server

After cloning this repository, install dependencies:

npm install

Then run the back-end server simulator (json-server) with:

npm run server

Open another terminal instance and run the front end server:

npm run start