https://github.com/hackafro/reactive-fruit-store
https://github.com/hackafro/reactive-fruit-store
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackafro/reactive-fruit-store
- Owner: HackAfro
- Created: 2019-01-31T09:30:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T18:12:30.000Z (over 6 years ago)
- Last Synced: 2025-01-14T14:11:56.878Z (over 1 year ago)
- Language: TypeScript
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
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)