1.0.1 β€’ Published 1 year ago

create-next-bun v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Create Next Template

npx create-next-bun myapp

πŸŽ‰ Features

  • πŸš€ Next.js 14 (App router)
  • βš›οΈ React 18
  • πŸ“˜ Typescript
  • 🎨 TailwindCSS - Class sorting, merging and linting
  • πŸ› οΈ Shadcn/ui - Customizable UI components
  • πŸ“ˆ Absolute Import & Path Alias - Import components using @/ prefix
  • 🧹 Eslint - Code linting tool
  • 🐢 Husky & Lint Staged - Run scripts on your staged files before they are committed
  • πŸ”Ή Icons - From Lucide and React-Icons
  • πŸŒ‘ Dark mode - With next-themes
  • πŸ—ΊοΈ Sitemap & robots.txt - With next-sitemap
  • πŸ“ Commitlint - Lint your git commits
  • πŸ€– Github actions - Lint your code on PR
  • πŸ’― Perfect Lighthouse score

πŸš€ Deployment

Easily deploy your Next.js app with Vercel by clicking the button below:

Deploy with Vercel

πŸ“ Project structure

.
β”œβ”€β”€ .github                         # GitHub folder
β”œβ”€β”€ public                          # Public assets folder
└── src
    β”œβ”€β”€ app                         # Next JS App (App Router)
          β”œβ”€β”€ (public)              # (Public Router)
          └── (protected)           # (Protected Router)
    β”œβ”€β”€ components                  # React components
    β”œβ”€β”€ hooks                       # Custom hooks
    β”œβ”€β”€ lib                         # Functions and utilities
    β”œβ”€β”€ styles                      # Styles folder
    └── types                       # Type definitions

🀝 Contribution

To contribute, please follow these steps: 1. Fork the repository. 2. Create a new branch. 3. Make your changes, and commit them. 4. Push your changes to the forked repository. 5. Create a pull request.

❀️ Support

If you liked the project, I will appreciate if you leave a star. 🌟😊

Developed by Shajid

1.0.1

1 year ago

1.0.0

1 year ago