Skip to content

dogokit/dogokit-remix-zenstack

Repository files navigation

Dogokit Remix ZenStack

Docs:

Installation

bun install

Development

Migrate database schema to the database:

bun db:migrate

Generate the Prisma client and more using ZenStack:

bun db:gen

Run the dev server:

bun dev

Deployment

Pick a server host to deploy it to.

Install the dependencies, migrate database, and generate required files:

bun install && bun db:migrate && bun db:gen

Build app for production:

bun run build

Then run the app in production mode:

bun start

DIY

The built-in Remix app server is production-ready.

Make sure to deploy the output of bun run build.

  • build/server
  • build/client

About

Remix with ZenStack for Prisma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published