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.
-
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
yarn install
# OR
npm install
yarn start
# OR
npm start
Visit localhost:8000 in your browser.
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:
- Angular
- ngrx/store docs
- ngrx/effects docs
- npm
- Webpack