Skip to content

ga1az/next-kysely

Repository files navigation

Next.js + Kysely

this is a template for a Next.js app with Kysely.

Features

  • Kysely integration
  • Kysely migrations support

Getting Started

First, install the dependencies:

npm install

Then, create a .env file with the following content in template.env

Run migration to create the database tables:

npm run migrate

Finally, run the development server:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published