Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucky-chap/kaminari
Next.js project starter. Configured with tailwindcss and shadcn-ui
https://github.com/lucky-chap/kaminari
boilerplate nextjs nextjs-boilerplate nextjs-example nextjs-template react seo shadcn shadcn-ui shadcnui starter-project starter-template static-site-generator tailwindcss typescript
Last synced: 2 months ago
JSON representation
Next.js project starter. Configured with tailwindcss and shadcn-ui
- Host: GitHub
- URL: https://github.com/lucky-chap/kaminari
- Owner: lucky-chap
- License: mit
- Created: 2022-11-20T15:26:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:42:49.000Z (3 months ago)
- Last Synced: 2024-10-30T02:52:43.779Z (3 months ago)
- Topics: boilerplate, nextjs, nextjs-boilerplate, nextjs-example, nextjs-template, react, seo, shadcn, shadcn-ui, shadcnui, starter-project, starter-template, static-site-generator, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://kaminari.vercel.app
- Size: 5.53 MB
- Stars: 317
- Watchers: 2
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flucky-chap%2Fkaminari&demo-title=Kaminari&demo-description=Next.js%2C%20TailwindCSS%20and%20shadcn-ui%20Starter%20Template&demo-url=https%3A%2F%2Fkaminari.vercel.app&demo-image=https%3A%2F%2Fkaminari.vercel.app%2Fog.png)
## No bullshit Next.js starter by [Huncho](https://github.com/lucky-chap)
## Features 💅
- **Next.js 15** - Why not?
- **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`## 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](LICENSE) file for more information.
---
Made with ♥ by [TheAscendant](https://twitter.com/hunchodotdev)
## 🔗 Important Links
- [Custom Cypress Config](https://github.com/cypress-io/cypress/issues/22059#issuecomment-1178574704)