Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/railway-bun-init
Simple Bun server to get started with on Railway
https://github.com/coffee-cup/railway-bun-init
Last synced: 8 days ago
JSON representation
Simple Bun server to get started with on Railway
- Host: GitHub
- URL: https://github.com/coffee-cup/railway-bun-init
- Owner: coffee-cup
- Created: 2023-09-15T23:20:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T23:35:42.000Z (over 1 year ago)
- Last Synced: 2024-11-16T19:17:30.480Z (2 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/F0K-j3?referralCode=coffeecup)
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.