https://github.com/omznc/next
A really opinionated Next template
https://github.com/omznc/next
create-next-app next nextjs react react-template template
Last synced: 3 months ago
JSON representation
A really opinionated Next template
- Host: GitHub
- URL: https://github.com/omznc/next
- Owner: omznc
- Created: 2023-07-16T09:03:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T23:37:34.000Z (over 1 year ago)
- Last Synced: 2023-09-30T03:32:41.069Z (over 1 year ago)
- Topics: create-next-app, next, nextjs, react, react-template, template
- Language: TypeScript
- Homepage: https://omarzunic.com/
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This is a Bun-based [Next.js](https://nextjs.org/) project template that I've been using for my projects.
I decided to turn it into an actual template so that I can use it for future projects, and also so that others can use it as well.
### Usage
```bash
bunx create-next-app -e https://github.com/omznc/next
```### Features
- Bun Support
- App Router & Server Actions
- Authentication (Auth.js) 🗝️
- Database (Prisma) 📄
- Storage (Backblaze or S3 compatible) 📦
- Pre-commit hooks (Husky) 🤖
- Formatting (Prettier) 🌅
- State management (Zustand) 🐻
- Icons (react-icons) 💖
- Environment variables (t3-env) 🥸
- Styling (Tailwind) 🫡