-
Notifications
You must be signed in to change notification settings - Fork 0
Building App
Manolo Edge edited this page Oct 22, 2023
·
3 revisions
Guide on how to build the app. I will get to a better guide or even a cli tool to handle this. But for now, you can use esbuild to bundle your app written in ts. Here's an example command:
esbuild --bundle --outfile=index.build.js --minify ./index.ts
-
./index.ts
in the root of your project -
./index.build.js
is the file you will import in the index.html
This Wiki is a work in progress, and your help is greatly appreciated!
If you have some free time and are interested in contributing to the wiki or the project in general, please don't hesitate to reach out. All contributions are welcome!