Skip to content

Krish-Das/nextkit

Repository files navigation

Nextkit - A nextjs starter kit (DEVELOPEMENT)

Accelerate NextJS development with Nextkit: a pre-configured Next.js, TypeScript, and Tailwind boilerplate.

Cloning:

Clone in Nextkit:

git clone -b next@15 https://github.com/Krish-Das/nextkit.git

or Clone in current directory:

git clone -b next@15 https://github.com/Krish-Das/nextkit.git .

or Clone single branch in current directory:

git clone -b next@15 --single-branch https://github.com/Krish-Das/nextkit.git .

or Clone in a pre-existing repository (detached HEAD):

  1. Fetch the remote branch:
    git fetch https://github.com/Krish-Das/nextkit.git next@15
  2. Create and checkout a new branch:
    git checkout -b next@15 FETCH_HEAD

Running locally

npm run dev

Notes:

This branch does not use any UI-library of any kind and serves as a clean starting point.

  1. Package versions
  • Next 15
  • React 19
  • Tailwind 4
  1. Formatting
  • @ianvs/prettier-plugin-sort-imports
  • prettier-plugin-tailwindcss

About

Resources

License

Stars

Watchers

Forks

Packages

No packages published