A clean create-react-app template pre-installed with hardhat which makes the process super-easy to develop Decentralised Applications :)
npx create-react-app project_name --template react-hardhat-app
(replate the 'project_name' by your project's name)
cd project_name
npx hardhat run scripts/deploy.js --network localhost
npm start
Done ✅