https://github.com/vinihvc/vini-boilerplate
Boilerplate to start using Next and all modern technologies.
https://github.com/vinihvc/vini-boilerplate
biomejs boilerplate husky nextjs radix shadcn-ui tailwind typescript vitest
Last synced: about 1 month ago
JSON representation
Boilerplate to start using Next and all modern technologies.
- Host: GitHub
- URL: https://github.com/vinihvc/vini-boilerplate
- Owner: vinihvc
- Created: 2021-08-10T16:50:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:10:30.000Z (over 1 year ago)
- Last Synced: 2024-05-02T19:02:41.156Z (over 1 year ago)
- Topics: biomejs, boilerplate, husky, nextjs, radix, shadcn-ui, tailwind, typescript, vitest
- Language: TypeScript
- Homepage: https://boilerplate.viniciusvicentini.com
- Size: 9.74 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shadcnui - Github
README
# Vini Boilerplate
A Next.js template for building apps with Radix UI and Tailwind CSS.
# Use this template
```bash
pnpm create next-app -e https://github.com/vinihvc/vini-boilerplate
```## Features
- Radix
- Tailwind
- Lucide icons
- Dark mode ready
- Storybook
- Biome
- Husky + lint-staged
- [shadcn/ui](https://ui.shadcn.com/) components### Class Merging
The `cn` util handles conditional classes and class merging.
### Input
```ts
cn("px-2 bg-neutral-100 py-2 bg-neutral-200");
// Outputs `p-2 bg-neutral-200`
```## License
Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).