Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nxy7/deepkit-bun
Just short example of Deepkit working with bun.
https://github.com/nxy7/deepkit-bun
bun deepkit starter typescript
Last synced: 9 days ago
JSON representation
Just short example of Deepkit working with bun.
- Host: GitHub
- URL: https://github.com/nxy7/deepkit-bun
- Owner: nxy7
- Created: 2024-07-29T18:20:51.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T20:18:22.000Z (5 months ago)
- Last Synced: 2024-12-23T00:54:39.256Z (17 days ago)
- Topics: bun, deepkit, starter, typescript
- Language: TypeScript
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deepkit Framework + Bun starter
## Steps to reproduce this repo
- `bun create @deepkit/app`
- `bun install @deepkit/type @deepkit/type-compiler @deepkit/core @deepkit/bun typescript`
- add 'bunfig.toml' according to https://socket.dev/npm/package/@deepkit/bun
- `bun install -D @types/bun` (needed for build.ts file)
- create 'build.ts' file for bun bundler (feel free to copy mine)```toml
preload = ["@deepkit/bun"][install]
peer = true[test]
preload = ["@deepkit/bun"]
```## Available commands
- `bun run app`
- `bun run build` - bundles the app into ./out/app.ks