TazzDev / Bun-Test

Testing out the new Bun runtime, package manager and bundler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bun-test

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.

Learnings

Bun cannot be used to run an entire project standalone. It needs something like Vite or Parcel to bundle the project. However, it can be used to run a single file that does not depend on any DOM interaction.

About

Testing out the new Bun runtime, package manager and bundler


Languages

Language:TypeScript 100.0%