francocorreasosa / kaminari

Next.js project starter. Configured with tailwindcss and shadcn-ui

Home Page:https://kaminari.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js and TypeScript

PRs welcome!

License

Follow @hunchodotdev

Deploy with Vercel

No bullshit Next.js starter by Virgil

Features πŸ’…

  • 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
  • Qick 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:

  1. npm install or yarn;
  2. 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 🀝

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'Add some feature';
  4. 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 Virgil

πŸ”— Important Links

About

Next.js project starter. Configured with tailwindcss and shadcn-ui

https://kaminari.vercel.app

License:MIT License


Languages

Language:TypeScript 90.4%Language:JavaScript 7.7%Language:CSS 1.9%