Skip to content

A Redux-like example of reactive state management using Angular 7 and Ngrx

License

Notifications You must be signed in to change notification settings

matheusdsb/angular-state-management-with-ngrx-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular State Management with Ngrx

This project was generated with Angular CLI version 7.3.8.

Backend Node server

Run npm run dev at server folder for start node backend server at 3001 port.

Frontend Angular server

Run npm run start at frontend folder for start Angular server with proxy pointing to backend server

MongoDB instance

You must have have MongoDB running at 27017 port. If you want to use docker for it, just run docker-compose up -d at docker folder, so that will create a mongo instance at the provided port.