https://github.com/codeville-org/bunplate
BunPlate is a JFF Project derived from our official "NextPlate" Full-Stack Boilerplate that 100% fully depends on Bun eco-system. No multiple package managers, Monorepo frameworks and all apps uses bun cli.
https://github.com/codeville-org/bunplate
Last synced: 3 months ago
JSON representation
BunPlate is a JFF Project derived from our official "NextPlate" Full-Stack Boilerplate that 100% fully depends on Bun eco-system. No multiple package managers, Monorepo frameworks and all apps uses bun cli.
- Host: GitHub
- URL: https://github.com/codeville-org/bunplate
- Owner: codeville-org
- Created: 2025-12-05T11:55:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-02T19:16:10.000Z (5 months ago)
- Last Synced: 2026-02-03T03:40:22.384Z (5 months ago)
- Language: TypeScript
- Homepage: https://bunplate-api.vercel.app
- Size: 1.52 MB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bunplate
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
---
Developer Notes:
[x] Initialized Bun Project
[x] Initialized Dev Branch
[x] Wrapping up server setup and moving into frontend implementation
[x] TODO: fix the api doc not loading