/try-bun

Primary LanguageDockerfileMIT LicenseMIT

Tryout Bun - JavaScript/TypeScript

Bun, an incredibly faster all-in-one JS/TS runtime

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.

What's in it:

Using This Template

Using this repo is easy as cloning the repo. Just click on Use this template and you are good to go.

Things to Try

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.

Feedback

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.

Contributing

The official repo to contribute would be @oven-sh/bun.

License

Copyright (c) Kosala Nuwan Perera. All rights reserved.

The source code is license under the MIT license.