No description
Find a file
2025-06-30 20:54:03 -07:00
src simplify route invocations for example 2025-06-30 20:54:03 -07:00
.gitignore setup bunsqlite, drizzle 2025-06-30 15:44:15 -07:00
bun.lock swap from express to bun:http 2025-06-30 16:04:28 -07:00
drizzle.config.ts setup bunsqlite, drizzle 2025-06-30 15:44:15 -07:00
index.ts setup bunsqlite, drizzle 2025-06-30 15:44:15 -07:00
package.json swap from express to bun:http 2025-06-30 16:04:28 -07:00
README.md basic express setup 2025-06-30 12:31:14 -07:00
tsconfig.json basic express setup 2025-06-30 12:31:14 -07:00

frontend

To install dependencies:

bun install

To develop:

bun run dev

This project was created using bun init in bun v1.2.17. Bun is a fast all-in-one JavaScript runtime.