- Next.js 14 - Duh
- Tailwind CSS 3 - 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
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 install
oryarn
;yarn dev
;
To view the project open http://localhost:3000
.
This project is licensed under the MIT License - see the LICENSE file for more information.