Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hackafro/redux-store

Shop market created using Redux and Angular
https://github.com/hackafro/redux-store

Last synced: 4 days ago
JSON representation

Shop market created using Redux and Angular

Awesome Lists containing this project

README

        

# Fruit store
State management in anuglar applications using ngrx/store

## Prerequisites
- [Angular](https://angular.io)
- [Express](https://expressjs.com/)

## Getting started
- Clone the project and install dependencies:
- Enter the project folder
- Run npm install
- Start server by running `node server`
- Run `ng serve` to start the Angular dev server

## Built With

* [Angular](https://angular.io)
* [Express](https://expressjs.com/)
* [ngrx/store](https://ngrx.io/guide/store)
* [ngrx/effects](https://ngrx.io/guide/effects)