In this step we are making a simple Todo Dapp.
Install project dependencies by running npm install
Ensure that types folder is generated. If not then run npm generate-types
Paste the Smart Contract Address in config file.
You can obtain your smart contract's address from Transaction Tab of Ganache
Open MetaMask extension and switch network to custom RPC. Enter Network Name of your choice, Paste RPC present in Ganche in the New RPC Url field. Enter 1337 in the field ChainId and Click on Save.
Now click on the Account Icon in the top-right corner, and click on Import account. Paste the private key of any account present in Ganache. This will allow Metamask to send transactions to the contract deployed in Ganache.
Run npm start