https://github.com/willkessler/drizzletest
Experiments with Hono, Drizzle, and svelte5. Web api and backend in monorepo
https://github.com/willkessler/drizzletest
Last synced: about 1 year ago
JSON representation
Experiments with Hono, Drizzle, and svelte5. Web api and backend in monorepo
- Host: GitHub
- URL: https://github.com/willkessler/drizzletest
- Owner: willkessler
- License: mit
- Created: 2024-10-25T00:08:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T01:03:47.000Z (over 1 year ago)
- Last Synced: 2024-10-26T12:56:24.206Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Usage
Start API:
```
cd packages/api
pnpm run dev
```
Start front end:
```
cd packages/web
pnpm run dev -- -open
```