Accelerate NextJS development with Nextkit: a pre-configured Next.js, TypeScript, and Tailwind boilerplate.
git clone -b next@15 https://github.com/Krish-Das/nextkit.git
git clone -b next@15 https://github.com/Krish-Das/nextkit.git .
git clone -b next@15 --single-branch https://github.com/Krish-Das/nextkit.git .
- Fetch the remote branch:
git fetch https://github.com/Krish-Das/nextkit.git next@15
- Create and checkout a new branch:
git checkout -b next@15 FETCH_HEAD
npm run dev
This branch does not use any UI-library of any kind and serves as a clean starting point.
- Package versions
- Next 15
- React 19
- Tailwind 4
- Formatting
- @ianvs/prettier-plugin-sort-imports
- prettier-plugin-tailwindcss