This template repo serves as a flavor of quick-starter to develop JS/TS-based web apps and services in bun, an incredibly faster all-in-one JavaScript runtime.
If you already have a dev container, you can jump to the Things to try section.
- Bun, all-in-one JS runtime latest binaries
Awesome Bun is a good source to learn more.
- Dev container for GitHub Codespaces and VS Code Remote - Container
VS Code Remote - Container with WSL 2 is the easiest option if you are on Windows.
- VS Code extensions for JS/TS and other related work
- Git and GitHub CLI for versioning
- ZSH integrated Terminal for shell scripting
- Docker CLI with Compose v2
Using this repo is easy as cloning the repo. Just click on Use this template and you are good to go.
Once you have this code opened, you'll be able to work with it like you would locally.
With VS Code:
- Open a New Terminal
- Type
bun run test-project/server.js
Browse http://localhost:3000 on your favorite web browser to see the result.
If you have any technical problems with Bun, you are better off asking Bun's Discord community directly, since you'll end up getting a much faster response back that way.
The official repo to contribute would be @oven-sh/bun.
Copyright (c) Kosala Nuwan Perera. All rights reserved.
The source code is license under the MIT license.