Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 811 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 811 Bytes

Series

This project showcases a straightforward application designed to display a list of series along with their detailed information. It's part of a series of posts beginning with A Practical Guide to NgRx ComponentStore: Managing Local/Component States which you can find on my blog, My Notes as Software Developer. This series aims to provide practical insights into using NgRx ComponentStore for effective local/component state management."

Instaling dependencies

Install dependencies with the following command:

yarn install

Running project

To execute tasks with Nx use the following syntax:

nx serve series-workspace

Running unit tests