https://github.com/tim-smart/effect-bun-monorepo
https://github.com/tim-smart/effect-bun-monorepo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tim-smart/effect-bun-monorepo
- Owner: tim-smart
- Created: 2023-09-08T02:57:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T00:55:45.000Z (over 2 years ago)
- Last Synced: 2025-02-14T08:51:22.323Z (over 1 year ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app
To install dependencies:
```bash
pnpm install
```
To run:
```bash
bun run --watch packages/http/src/main.ts
```