A little modification on Udemy course Solidity for Beginner. I use hardhat for compile, deploy, and test crowdFunding project.
Install requirements below:
npm init -y
npm install solc@0.8.9 web3 mocha ganache @truffle/hdwallet-provider fs-extra
npm install next react react-dom semantic-ui-css semantic-ui-react
npm install next-routes --legacy-peer-deps