/redux-to-ngrx-store

A guide by commit to understand Redux and learn concepts to upgrade your Angular App to make it Ngrx/Store ready

Primary LanguageTypeScript

Simple Redux Store -to- Angular + Ngrx/Store

A guide by commit to understand Redux and learn concepts to upgrade your Angular App to Ngrx/Store ready


This repo is my learning experience on the Ultimate Angular NGRX Store + Effects course.


Prerequisites

  • Install Node.js

  • Install TypeScript

npm install -g typescript
  • Install Yarn (optional)

If you want to roll with npm, feel free to do so. If you'd like to try Yarn, run the following or another installation method:

npm install -g yarn

Setup

Installing dependencies

yarn install
# OR
npm install

Local server

yarn start
# OR
npm start

Visit localhost:8000 in your browser.

Resources

There are several resources used inside this project, of which you can read further about to dive deeper or understand in more detail what they are: