ARTICLE AD BOX
Is there some way to make a single binary executable(.out) file for a react webapp that can be run in kiosk mode on linux machines. I tried using a approach of making a shell file which uses chromium to launch the webapp using the deployed URL. I need some way to launch the webapp with just the executable file(no system dependencies involved like chromium).
Does electron or Tauri can help in such cases? I searched a bit and found Electron can create a .dev and .AppImage files.
Are there any other ways to make such executable files?
