This is my go-to template for quickly bootstraping a Next.js project. It includes the following features:
- Dark mode support
- Mobile-first responsive design
- Theme colour support
- Themed scrollbar support
- Basic header + footer
- Routing example (
/section
) - API example (
/api/hello
) - Reusable layout component (
HomeLayout.tsx
)
Copyright @Jarrett Huang, under the MIT License.