Template is designed to provide you with a solid foundation for your web development projects. With Next.js powering your React applications and Shadcn offering sleek UI components you can jumpstart your projects with ease.
- Next.js 14.
- Tailwind CSS.
- Components: shadcn/ui
- Prettier & Eslint.
- Github Actions.
- Husky.
- Bun
Github Actions
- Fork the repository.
- Clone the repository.
- Install Bun if you haven't already.
- Run
bun i
to install the dependencies. - Run
bun dev
to start the development server. - Open
http://localhost:3000
to view it in the browser. - Make your changes and open a pull request.