Skip to content
/ nextjs-template Public template

✨ Next.js super template. Build beautiful software faster.

Notifications You must be signed in to change notification settings

pulkit-30/nextjs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Welcome to next.js super template

app screenshot

Support

Docker ESLint Jest K8s NextAuth Playwright Pre-commit Hook Prettier Prisma (Postgres) ShadCN Stripe Storybook Tailwind CSS Vercel Deployment i18n

Setup

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed Node.js (v22).
  • You have installed pnpm.
  • You have a Git client installed.
  • You have a prisma database url set up and running.

Steps

  1. Clone the repository:

    git clone https://github.com/pulkit-30/next-starter.git
    cd next-starter
  2. Install dependencies:

    pnpm install
  3. Set up environment variables:

    • Create a .env file in the root directory.
    • Add the necessary environment variables as specified in .env.example.
  4. Run the development server:

    pnpm run dev
  5. Open your browser:

    • Navigate to http://localhost:3000 to see the application running.

Author

@pulkit gupta