next-starter-template
v1.1.1
Published
A starter template for Next.js projects with some nice features pre-configured.
Downloads
256
Maintainers
Readme
Next Starter Template
A starter template for Next.js projects with some nice features pre-configured.
Get started by running
npx next-starter-template
Features
- TypeScript support
- Tailwind CSS support
- Shadcn component library support
- Next-Auth support
- Prisma support
- Class variance support
- Lucide icons support
- Radix icons support
- clsx support
- Tailwind animate support
How to use
- Run
npx next-starter-template
- Follow the prompts to choose your preferences
- Install the dependencies with your package manager of choice (e.g.
npm install
oryarn
) - Start the development server with
npm run dev
oryarn dev
Configuration
The project comes with some pre-configured files that you can customize to your liking:
tailwind.config.ts
: Tailwind CSS configurationnext.config.js
: Next.js configurationprisma/schema.prisma
: Prisma schematsconfig.json
: TypeScript configuration
Contributing
Contributions are welcome! Please open an issue or a pull request if you have any suggestions or improvements.