Create a reat app with the following command:
npx create-react app lennymon
npm install --global yarn
Run the following lines to make sure yarn is equiped with the required libraries for yarn:
yarn add redux
yarn add redux-thunk
yarn add react-redux
yarn add web3
yarn add styled-components
yarn add @openzeppelin/contracts
npm install -g ganache-cli
Execute ganache in powershell:
ganache-cli -d --allowUnlimitedContractSize
truffle migrate --reset
yarn start

