Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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


ii) Install Node JS -

Node Js For Windows

Node Js For Linux


iii) Install Yarn -

Yarn For Linux

npm install --global yarn
yarn --version


iv) Insall React Redux -


Using npm package manager -

npm i react-redux


Using yarn package manager -

yarn add react-redux

  • No labels