Next.js + Tailwind CSS + +Thirdweb + Ethereum + Web3 + TypeScript Starter and Boilerplate

ts-nextjs-tailwind-thirweb-starter

Next.js + Tailwind + ThirdWeb + TypeScript starter packed with useful development features.

Made by Anna Sudol

Features

This repository is 🔋 battery packed with:

  • ⚡️ Next.js 13 with App Router
  • ✨ TypeScript
  • Thirdweb - SDKs in every language, smart contracts, tools, and infrastructure for web3 development
  • 💨 Tailwind CSS 3 — Configured with CSS Variables to extend the primary color
  • 🃏 Jest — Configured for unit testing
  • 📈 Absolute Import and Path Alias — Import components using @/ prefix
  • 📏 ESLint — Find and fix problems in your code, also will auto sort your imports
  • 💖 Prettier — Format your code consistently
  • 🐶 Husky & Lint Staged — Run scripts on your staged files before they are committed
  • 👷 Github Actions — Lint your code on PR

3. Run the development server

You can start the server using this command:

yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx.