Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haruki-nikaidou/hono-fp-template

Hono.js web service template with fp-ts
https://github.com/haruki-nikaidou/hono-fp-template

Last synced: 7 days ago
JSON representation

Hono.js web service template with fp-ts

Awesome Lists containing this project

README

        

# hono FP template

hono.js + fp-ts + drizzle orm + bun template

To install dependencies:

```sh
bun install
```

To run:

```sh
bun run dev
```

open http://localhost:3000