Skip to content

This repo is for share the project we will build with the posts of Angular

Notifications You must be signed in to change notification settings

oidacra/series-post

Repository files navigation

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