1.1.1 • Published 9 months ago

next-starter-template v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

  1. Run npx next-starter-template
  2. Follow the prompts to choose your preferences
  3. Install the dependencies with your package manager of choice (e.g. npm install or yarn)
  4. Start the development server with npm run dev or yarn dev

Configuration

The project comes with some pre-configured files that you can customize to your liking:

  • tailwind.config.ts: Tailwind CSS configuration
  • next.config.js: Next.js configuration
  • prisma/schema.prisma: Prisma schema
  • tsconfig.json: TypeScript configuration

Contributing

Contributions are welcome! Please open an issue or a pull request if you have any suggestions or improvements.

1.1.1

9 months ago

1.1.0

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.1.0

1 year ago