https://github.com/capaj/bun-graphql-sample-server
https://github.com/capaj/bun-graphql-sample-server
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/capaj/bun-graphql-sample-server
- Owner: capaj
- Created: 2023-07-17T11:23:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T08:40:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T03:27:46.648Z (over 1 year ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-graphql
To install dependencies:
```bash
# bun install
npm install
```
To run:
```bash
bun run server.ts
```
This project was created using `bun init` in bun v0.6.14. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.