Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

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

Notifications You must be signed in to change notification settings

jonyeezs/redux-to-ngrx-store

Repository files navigation

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:

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published