For a ready-to-use web version: https://socketio-tester-playground.vercel.app/
Launches the program in Electron(production). Note that this will require the npm run build
to be run first.
Will run npm run build
and then electron-forge package
, to pack the files into a working Electron build, inside "out" directory.
Runs the program in the browser, in development mode.
Runs the program in Electron(development). Please note, that you will need to run npm run dev-server
in parallel