Redux Basic Tutorial
Step 1 : Download Vs code for your device
Step 2 : Download node for your device
Step 3 : Create a folder Eg:Redux-Demo
Step 4 : Go to Redux-Demo folder and open terminal VS Code
Step 5 : Run npm init --yes in terminal (create a package.json file inside the folder)
Step 6 : Run npm install redux in terminal (install reducx)
Step 7 : Create index.js inside folder write console.log('Hellow redux')
Step 8 : Run node index in terminal show console message
Open folder
Select folder
Open terminal
package.json