Skip to content

NimzyMaina/state-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular State Manager

This project has been built with Angular version 6.0.7. It is aimed at demonstrating state management with use of @ngxr/Store and @ngrx/effects. It demonstrates User Authentication.

How to run

Clone the repository to your local machine.

git clone https://github.com/NimzyMaina/state-manager

Resolve packages

Change to the root direcory of the project and run the following command.

Yarn

yarn

NPM

npm i -s

Run development server

Run the dev server.

ng serve -o