Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 447 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 447 Bytes

Uglify JS Compiler

This is a JavaScript Compiler to compile any JavaScript code into a valid uglified transpiled JavaScript code. You can also execute the uglified JavaScript code right from the browser itself using StackBlitz VM.

Visit the Uglify JS Compiler to use the uglify JavaScript compiler.

Development

  • Run bun i to install the dependencies.
  • Run bun dev to start local dev server.