BUN
BUN - The Modern JavaScript Runtime π
Architecture and Concepts ποΈ
Key Concepts:
Bun Architecture Diagram π

Common Bun Commands π₯οΈ
Installation:
Initialize a new project:
Add a dependency:
Remove a dependency:
Install all dependencies:
Run a script:
Start a development server:
Code Snippets π»
Example package.json:
Example TypeScript file (index.ts):
Running the application:
Deployment Commands π
Build for production:
Run tests:
Start in production mode:
Conclusion π
Last updated