Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chambrin/next.gold
- Owner: chambrin
- Created: 2024-01-09T10:12:38.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-27T09:38:28.000Z (4 months ago)
- Last Synced: 2024-10-11T11:32:36.704Z (25 days ago)
- Topics: bun, config, elysia, elysiajs, graphql, nextjs, nextjs14, saas, starter-kit, starter-template, template, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/next-gold
- Size: 1.79 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```