https://github.com/sinhaparth5/focusflow-backend
https://github.com/sinhaparth5/focusflow-backend
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sinhaparth5/focusflow-backend
- Owner: sinhaparth5
- Created: 2025-08-08T20:37:00.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-08T22:23:45.000Z (11 months ago)
- Last Synced: 2025-08-09T00:20:00.069Z (11 months ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```txt
npm install
npm run dev
```
```txt
npm run deploy
```
[For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types):
```txt
npm run cf-typegen
```
Pass the `CloudflareBindings` as generics when instantiation `Hono`:
```ts
// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()
```