next-gold
v0.1.6
Published
Next.js gold Ultimate SAAS starter kit
Downloads
10
Maintainers
Readme
Next.js gold Ultimate SAAS starter kit
Project likely to evolve a lot.
Under development 👨💻
Installation
npx create-next-gold-app my-project
Tech stack
- next.js
- Elysia
- Shadcn
- Tailwind
- GrapgQL
- bun
Add and edit the .env file for your database, before continuing
- Install NPM packages
npm install
- Run the app
To start the project in development, run the following command:
Bun run dev