Solidity, Hardhat, ReactJS, MetaMask
First you need to install project dependencies by running this command:
npm installSecond you need to run a hardhat node and deploy te smart contract by running the following commands:
npx hardhat node
npx hardhat run scripts/deploy.jsFinally, go to the client directory, install dependencies and start the project by running the following commands:
cd client
npm install
npm run startNote You have to keep the hardhat node running while using the app