Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 565 Bytes

esbuild

Start a web server

To preview your project, use the following command:

deno run --allow-net --allow-read https://esm.sh/gh/rahatool/build application.js --outfile=application.min.js --servedir=./ --minify

Build a JS file

deno run --allow-read --allow-write --allow-net https://esm.sh/gh/rahatool/build application.js --outfile=application.min.js --minify --bundle

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.