Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/romhml/k2
- Owner: romhml
- Created: 2023-07-24T20:17:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T12:23:02.000Z (11 months ago)
- Last Synced: 2024-02-21T13:35:16.744Z (11 months ago)
- Topics: bun, drizzle, monorepo, nuxt, trpc, turborepo
- Language: TypeScript
- Homepage: https://k2.rohm.dev
- Size: 3.47 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```