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 -
Code Block |
---|
npm install --global yarn yarn --version |
iv) Insall React Redux -
Using npm package manager -
...