Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romhml/k2

🚧 A Nuxt starter kit powered by Bun, Turborepo, TRPC and Drizzle.
https://github.com/romhml/k2

bun drizzle monorepo nuxt trpc turborepo

Last synced: 3 months ago
JSON representation

🚧 A Nuxt starter kit powered by Bun, Turborepo, TRPC and Drizzle.

Awesome Lists containing this project

README

        



K2


A Nuxt starter kit powered by Bun, Turborepo, TRPC and Drizzle.




Getting Started

```bash
bunx nuxi init -t gh:romhml/k2 my-app
```

To start the development server, create a `.env` file from `env.example`, update configuration values and run:

```
bun drizzle push:sqlite
bun -b dev
```