Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hackafro/redux-store
- Owner: HackAfro
- Created: 2019-02-11T10:18:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T13:11:16.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T19:36:16.944Z (2 months ago)
- Language: TypeScript
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)