Welcome to our Redux JS course.
Today, we’ll do the following parts
- Install a node JS project
- Install Redux
- Learn some basic concept of Redux using practical example.
Create a Node JS project:
npm init
And continue with npm with all of the default values.
In