Advertisement

Google Ad Slot: content-top

Redux Getting Started


Steps to create redux in js:

    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

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 in VS code

Open folder

Select folder

Open terminal


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)

package.json


Step 7 : Create index.js inside folder


Step 8 : Run node index in terminal show console message