Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkio/bun-elysia-example
https://github.com/clarkio/bun-elysia-example
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/clarkio/bun-elysia-example
- Owner: clarkio
- License: mit
- Created: 2023-09-16T01:27:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T01:42:28.000Z (about 1 year ago)
- Last Synced: 2024-04-14T12:56:41.331Z (7 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tryout Bun - all-in-one JS runtime
[][bun-site]
This template repo serves as a flavor of linux-based quick-starter development container for use with [VS Code Remote - Containers][vscode-dev-containers-quickstart] and [GitHub Codespaces][gh-codespaces-quickstart].
> Originally, this dev container was created to [tryout bun without having to install it locally][gh-bun-discussion-win-support], especially on Windows.
[vscode-dev-containers-quickstart]: https://www.youtube.com/playlist?list=PLj6YeMhvp2S5G_X6ZyMc8gfXPMFPg3O31
[gh-codespaces-quickstart]: https://docs.github.com/en/codespaces/getting-started/quickstart
[gh-bun-discussion-win-support]: https://github.com/oven-sh/bun/discussions/361#discussioncomment-3118535### What's in it:
- [Bun][bun-site], all-in-one JS runtime latest binaries
- [VS Code Extensions](/.devcontainer/devcontainer.json) for JS/TS and related work
- Git and GitHub CLI for versioning
- ZSH integrated Terminal
- Docker CLI with Compose v2[bun-site]: https://bun.sh
## Using This Template
If you are completely new to bun, [Awesome Bun][awesome-list-bun] is a good source to start with.
Next, you want to create a copy of this template. It is easy as forking. The repo is marked as a `Template` so you will only have to [Use This Template][gh-use-this] and follow the instructions.
[awesome-list-bun]: https://github.com/apvarun/awesome-bun#readme
[gh-use-this]: https://github.com/kosalanuwan/vscode-remote-try-bun/generate## Things to Try
First, you want to ensure source code is Reopened in Container. Then you'll be able to work with it like you would locally.
With VS Code:
- Open a new Terminal
- Type `bun --version` to verify the version
- Type `bun run test-project/server.js`
> Browse http://localhost:3000 on your favorite web browser to see the result.## Feedback
If you have any technical problems with Bun, you are better off asking [Bun's Discord community][bun-discord] directly, since you'll end up getting a much faster response back that way.
[bun-discord]: https://bun.sh/discord
## Contributing
The official repo to contribute would be [@oven-sh/bun][gh-bun-repo].
[gh-bun-repo]: https://github.com/oven-sh/bun/#readme
## License
Copyright (c) Kosala Nuwan Perera. All rights reserved.
The source code is license under the [MIT license](LICENSE).