Welcome to Sadge Template! This is a custom Next.js project starter template designed to help you kickstart your web development projects quickly and efficiently.
You can also find Sadge Vite template here
- Dark theme with
next-themes
- TypeScript support
- ESLint and Prettier
- Absolute imports
- Husky pre-commit hooks
- Tailwind CSS
- Shadcn-ui components
Before you begin, ensure you have the following installed on your machine:
The easiest way to create a new project based on this template is by using create-next-app
with the -e
flag. Run the following command in your terminal:
npx create-next-app -e https://github.com/Vette1123/next-js-starter-template --use-pnpm