Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chambrin/next.gold

bun-elysia-nextjs Public template
https://github.com/chambrin/next.gold

bun config elysia elysiajs graphql nextjs nextjs14 saas starter-kit starter-template template typescript

Last synced: 11 days ago
JSON representation

bun-elysia-nextjs Public template

Awesome Lists containing this project

README

        

# Next.js gold Ultimate SAAS starter kit
![banner-next-gold](./public/img/banner-next-gold.png)

Project likely to evolve a lot.

**Under development 👨‍💻**

## Installation

```npm
npx create-next-gold-app my-project
```

## Tech stack

- [Next.js](https://nextjs.org/)
- [Elysia](https://elysiajs.com/)
- [Shadcn](https://ui.shadcn.com/)
- [Tailwind](https://tailwindcss.com/)
- [GraphQL](https://graphql.org/)
- [Bun](https://bun.sh/)

**Add and edit the .env file for your database, before continuing**

1. Install NPM packages

```npm
npm install
```

---

2. Run the app

To start the project in development, run the following command:

```npm
Bun run dev
```

### Build the app

```npm
bun run build
```