Kaminari
Next.js project starter. Configured with tailwindcss and shadcn-ui
Install / Use
/learn @lucky-chap/KaminariREADME
<p align="center">
<img src="public/og.png" alt="Next.js and TypeScript">
</p>
<p align="center">
<img src="https://img.shields.io/static/v1?label=PRs&message=welcome&style=for-the-badge&color=24B36B&labelColor=000000" alt="PRs welcome!" />
</p>
<p align="center">
<img alt="License" src="https://img.shields.io/github/license/chhpt/typescript-nextjs-starter?style=for-the-badge&color=24B36B&labelColor=000000">
</a>
</p>
<p align="center">
<a href="https://twitter.com/intent/follow?screen_name=hunchodotdev">
<img src="https://img.shields.io/twitter/follow/hunchodotdev?style=for-the-badge&color=24B36B&labelColor=000000" alt="Follow @hunchodotdev" />
</a>
</p>
No bullshit Next.js starter by Huncho (Version 4 coming soon 🔥)
Features 💅
- Next.js 15.x.x - Why not?
- Tailwind CSS 4 - A utility-first CSS framework
- shadcn-ui - An awesome component library
- TypeScript - JavaScript superset
- ESLint — Pluggable JavaScript linter
- Prettier - Opinionated
- Jest - The delightful JavaScript Testing Framework (coming soon)
- Absolute import - Import folders and files using the
@prefix - Quick deploy - Quickly deploy with the
Vercel Deploy button below
Getting started 🚀
The best way to start with this template is using create-next-app.
npx create-next-app my-app -e https://github.com/lucky-chap/kaminari
If you prefer you can clone this repository and run the following commands inside the project folder:
npm installoryarn;yarn dev;
To view the project open http://localhost:3000.
Star ✨
I want this project to go far. Please show your support by starring it. Thank you!
Contributing 🤝
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature; - Commit your changes:
git commit -m 'Add some feature'; - Push to the branch:
git push origin my-new-feature.
After your pull request is merged, you can safely delete your branch.
📝 License
This project is licensed under the MIT License - see the LICENSE file for more information.
Made with ♥ by TheAscendant
