Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 441 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 441 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.

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

Development

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