Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eesuhn/next-starter


https://github.com/eesuhn/next-starter

bun nextjs shadcn

Last synced: about 1 month ago
JSON representation

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