Next.js + Tailwind CSS + Ethers.js Example of NFT Dapp
This example aims to be a small Start Point
How to use
Development:
npm install && npm run dev
# or
yarn && yarn dev
Build Production Code:
npm run build
# or
yarn build
Start Production build:
npm run start
# or
yarn start