Simple Redux Store
Vanilla TypeScript example of a Redux Store
This repo serves as the seed project for the Ultimate Angular NGRX Store + Effects course, as well as stepped solutions in separate branches, come and learn NGRX with us!
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 yarnSetup
Installing dependencies
cd <redux-store-project>
yarn install
# OR
npm installLocal server
yarn start
# OR
npm startVisit localhost:8000 in your browser.
On this page
Languages
TypeScript62.6%HTML20.2%JavaScript17.2%
Contributors
Created March 15, 2018
Updated February 2, 2021