Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jose-murilo/project-test-with-bun
This project is to practice and learn a bit about the ElysiaJS framework along with bun, in order to improve knowledge and try to extract as much new knowledge as possible with bun.
https://github.com/jose-murilo/project-test-with-bun
bunjs elysiajs
Last synced: 15 days ago
JSON representation
This project is to practice and learn a bit about the ElysiaJS framework along with bun, in order to improve knowledge and try to extract as much new knowledge as possible with bun.
- Host: GitHub
- URL: https://github.com/jose-murilo/project-test-with-bun
- Owner: Jose-Murilo
- Created: 2024-02-04T16:37:03.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-04T17:06:53.000Z (11 months ago)
- Last Synced: 2024-12-18T17:13:14.387Z (15 days ago)
- Topics: bunjs, elysiajs
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elysia with Bun runtime
## Getting Started
To get started with this template, simply paste this command into your terminal:
```bash
bun create elysia ./elysia-example
```## Development
To start the development server run:
```bash
bun run dev
```Open http://localhost:3000/ with your browser to see the result.