This is a Next.js starter template.
This project serves as a starter template for building modern web applications using Next.js. It includes a set of tools and libraries to help you get started quickly and efficiently.
Before you begin, ensure you have the following installed:
- Node.js (>= 20.x)
- npm, yarn (package managers)
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Explore the unique features of this starter template:
- 🚀 Next.js: nextjs.org
- 🎨 Tailwind CSS: tailwindcss
- 🛠️ Class Variants Authority: cva.style
- 🔄 twmerge: tailwind-merge
- 🔧 Plop: plopjs.com
- 🤖 GitHub Workflows:
- ✅ Convert TODO's to issues
- 📊 Jest coverage reports
- 🧪 Run tests
- 📝 Issue & Pull Request Templates
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.