This repository demonstrates how to build a Redux style Store in plain JavaScript, for learning purposes.
Part of Ultimate Angular's AngularConnect workshop on NGRX.
-
Install Node.js
-
Install TypeScript
npm install -g typescript- Install Yarn (optional)
npm install -g yarnyarn install
# OR
npm installyarn start
# OR
npm startVisit localhost:8000 in your browser.