Next.gold

bun-elysia-nextjs Public template

Downloads
8
Stars
4

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

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

  1. Install NPM packages
npm install

  1. Run the app

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

Bun run dev

Build the app

bun run build