technology list:
- Typescript
- TailwindCSS
- NextJs
- Solidity
- Ethers.js
To run the template, open the terminal in the repository you want and run in your terminal
# Yarn
yarn create next-app <name-of-your-project> -e https://github.com/iamcarllosjr/send-messages-dapp
# NPM
npx create-next-app <name-of-your-project> -e https://github.com/iamcarllosjr/send-messages-dapp
# PNPM
pnpm create next-app <name-of-your-project> -e https://github.com/iamcarllosjr/send-messages-dapp
Finally, to test your production bundle, run the command:
# Yarn
yarn build
yarn dev:static path/to/directory
# NPM
npm run build
npm run dev:static path/to/directory
# PNPM
pnpm build
pnpm dev:static path/to/directory