iam-dev / web3-nextjs-tailwind-ts-starter

Next.js + Tailwind + Web3 + TypeScript starter

Home Page:https://web3-nextjs-tailwind-ts-starter.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Next.js + Tailwind + Web3 + TypeScript starter

https://web3-nextjs-tailwind-ts-starter.vercel.app/


Languages

Language:TypeScript 49.6%Language:CSS 42.5%Language:JavaScript 7.7%Language:Shell 0.3%