Skip to content

chambrin/Next.gold

Repository files navigation

Next.js gold Ultimate SAAS starter kit

banner-next-gold

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