1. Project Setup
mkdir BuyMeACoffee
cd BuyMeACoffee1.1. Frontend folder
Step 1 - Creating a frontend folder
npx create-next-app frontend
cd frontendStep 2 - Downloading the Tailwind dependencies and setting up its config
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -pStep 3 - Modifying tailwind.config.js
tailwind.config.jsStep 4 - Replacing the code in styles/global.css
1.2. Smart Contract Folder
Step 1 - Creating the smart contract folder
Step 2 - Generating a hardhat project template
Last updated
Was this helpful?