DAPP with Hardhat and React js npx create-react-app my-app cd my-app delete read me npx hardhat npm install --save-dev @nomicfoundation/hardhat-toolbox npm install ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers npx hardhat compile npx hardhat node OPEN NEW POWERSHELL cd my-app npx hardhat run scripts/deploy.js --network localhost npm start