https://github.com/alexveebee/ownworkshop_backend_express
https://github.com/alexveebee/ownworkshop_backend_express
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexveebee/ownworkshop_backend_express
- Owner: AlexVeeBee
- Created: 2024-07-06T02:27:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T04:31:10.000Z (about 2 years ago)
- Last Synced: 2024-07-07T04:55:56.005Z (almost 2 years ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ownworkshop_backend_express
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.