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

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.

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