0.1.6 • Published 1 year ago

next-gold v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

  • next.js
  • Elysia
  • Shadcn
  • Tailwind
  • GrapgQL
  • bun

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