Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devbeno/vscode-remote-bun


https://github.com/devbeno/vscode-remote-bun

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Try out Bun

[Bun, a JS/TS runtime](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).