Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrazax56/bun-sample
Example Bun serverless function
https://github.com/abrazax56/bun-sample
bun express typescript
Last synced: about 4 hours ago
JSON representation
Example Bun serverless function
- Host: GitHub
- URL: https://github.com/abrazax56/bun-sample
- Owner: Abrazax56
- Created: 2024-02-18T02:25:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T08:25:18.000Z (11 months ago)
- Last Synced: 2024-11-11T14:06:44.621Z (about 2 months ago)
- Topics: bun, express, typescript
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bun-sample-with-expressjs-and-typescript
```typescript
{
"name": "bun-sample",
"version": "1.0.0",
"author": {
"name": "ahmad beni rusli",
"whatsapp": "+62 882-1601-8165"
}
}
```fork this repo
```
git clone https://github.com/abrazax56/Bun-sample.git
```install bun
install bun with cli
```
curl -fsSL https://bun.sh/install | bash
```install dependency
to install dependency you can use
```
bun install
```run application
run with command
```
bun run ./api/index.ts
```