Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devbeno/vscode-remote-bun
https://github.com/devbeno/vscode-remote-bun
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbeno/vscode-remote-bun
- Owner: devbeno
- License: mit
- Created: 2022-07-09T23:33:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T23:34:26.000Z (over 2 years ago)
- Last Synced: 2024-05-10T23:09:54.134Z (8 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Try out Bun
[](https://bun.sh)
A template repository for trying out [bun, an incredibly faster JS runtime](https://bun.sh), on development containers with [GitHub Codespaces or VS Code - Remote Containers locally](https://github.com/microsoft/vscode-dev-containers/#readme).
> If you already have a dev container, you can jump to the [Things to try](#things-to-try) section.
### What's in it:
- Bun runtime
> [Learn more about all-in-one bun](https://bun.sh)
- `git` and `gh` CLI for versioning
- `zsh` integrated terminal for shell scripting
- VS Code extensions for JS/TS and other related work
- `docker` CLI with compose v2## Use This Template
Using this template repo is easy as [creating a new repo](https://github.com/devbens/vscode-remote-bun/generate) on GitHub.
## Things to Try
Once you have this code opened, you'll be able to work with it like you would locally.
- Open VS Code Terminal window
- Enter `bun run test-project/http.js`
> VS Code will prompt to open your favorite browser to show the result.## Learning Resources
- See the [Bun's Getting started section](https://bun.sh/#getting-started) for a quickie.
- See the [Bun's documentation](https://github.com/Jarred-Sumner/bun#Reference) for full-blown instructions
- See the [examples](https://github.com/Jarred-Sumner/bun/tree/main/examples) for next and react code snippets
- Watch [Sean Walker's Checking out bun video](https://youtu.be/JrVzHq4l5us) for a live coding session## Feedback
If you have any technical problems with Bun, you are better off [asking Bun's Discord community directly](https://bun.sh/discord), since you'll end up getting a much faster response back that way.
## Contributing
The official repo to contribute would be [@jarred-sumner/bun](https://github.com/jarred-sumner/bun/#readme).
## License
Copyright (c) Benjamin Dev. All rights reserved.
The source code is license under the [MIT license](LICENSE).