JSPM

create-aaanh-stack

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q23900F
  • License MIT

Stop repeating myself: Next.js template with Shadcn UI, TypeScript, Tailwind CSS, and T3 Env configuration

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-aaanh-stack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Next.js + Shadcn UI + TypeScript + Tailwind CSS + T3 Env Template

    A modern Next.js template with Shadcn UI, TypeScript, Tailwind CSS, and T3 Env configuration.

    Usage

    To create a new project using this template, run:

    npm create next-shadcn-ts-tw-t3env my-app

    This will create a new directory called my-app with all the necessary files and configurations.

    Features

    • Next.js 15 with App Router
    • Shadcn UI components
    • TypeScript
    • Tailwind CSS
    • T3 Env for type-safe environment variables
    • Drizzle ORM for database management
    • Modern development setup with Turbopack

    Getting Started

    After creating your project:

    1. Navigate to your project directory:

      cd my-app
    2. Set up your environment variables:

      • Copy .env.local.example to .env.local
      • Update the DATABASE_URL with your database connection string
      • Add any other environment variables your application needs
    3. Install dependencies:

      npm install
    4. Start the development server:

      npm run dev
    5. Open http://localhost:3000 in your browser to see your application.

    Environment Variables

    The template uses T3 Env for type-safe environment variables. The following environment variables are required:

    • DATABASE_URL: Your PostgreSQL database connection string

    License

    MIT