Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eesuhn/next-starter
https://github.com/eesuhn/next-starter
bun nextjs shadcn
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eesuhn/next-starter
- Owner: eesuhn
- License: mit
- Created: 2024-12-01T06:11:57.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T07:42:57.000Z (about 1 month ago)
- Last Synced: 2024-12-01T08:29:08.022Z (about 1 month ago)
- Topics: bun, nextjs, shadcn
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## `next-starter`
![nextjs][nextjs] ![shadcn][shadcn] ![bun][bun]
### Getting Started 🚀
> [!IMPORTANT]
> Install `Bun` before proceeding.
`curl -fsSL https://bun.sh/install | bash`1. `bun install` to install all necessary dependencies.
2. Start the development server for `Next.js`:
```bash
bun run dev
```### Local Deployment 🌐
1. `bun run build` to build the project.
2. `bun run serve` to serve the project.
> Remember to update `basePath` in `next.config.ts` as needed.[![Buy Me A Coffee][coffee]](https://buymeacoffee.com/eesuhn)
[nextjs]: https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=next.js&logoColor=white
[shadcn]: https://img.shields.io/badge/shadcn/ui-000000?style=for-the-badge&logo=shadcn/ui&logoColor=white
[bun]: https://img.shields.io/badge/Bun-000?logo=bun&logoColor=fff&style=for-the-badge
[coffee]: https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FF813F?style=for-the-badge&logo=buy-me-a-coffee&logoColor=white