Simplify the process of creating a new smart contract by cloning the scaffold-eth repo.
Once you’ve cloned the scaffold you can run a blockchain locally with yarn chain
and also run your frontend with yarn start
You can find the repo here -> https://github.com/scaffold-eth/scaffold-eth
I've been getting an issue setting it up when I yarn start
The react-scripts package provided by Create React App requires a dependency:
"babel-loader": "8.1.0"