Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you are starting off with a fresh Linux/windows machine, we will setup a few things before we can start an application -


i) Install Vs Code -

vs code for windows

vs code for Linux

VS Code Extension -


ii) Install Node JS -

Node Js For Windows

Node Js For Linux


iii) Install Yarn -

Yarn For Linux

Code Block
npm install --global yarn
yarn --version

iv) Insall React Redux -

Using npm package manager -

Code Block
npm i react-redux

Using yarn package manager -

Code Block
yarn add react-redux