No description
Find a file
2025-06-30 12:31:14 -07:00
src basic express setup 2025-06-30 12:31:14 -07:00
.gitignore basic express setup 2025-06-30 12:31:14 -07:00
bun.lock basic express setup 2025-06-30 12:31:14 -07:00
package.json basic express setup 2025-06-30 12:31:14 -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.