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 -
ii) Install Node JS -
iii) Install Yarn -
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
Add Comment