@harishkrishnan24/redux-core
v1.0.0
Published
This repository contains code for the Udemy course on creating redux core library from scratch.
Readme
Redux Core from Scratch
This repository contains code for the Udemy course on creating redux core library from scratch.
Pre-requisites
You need to have node.js installed
How to run
npm install to install packages
npm test to run tests
Running example
cd example
npm install
npm start
