This is a POC to bundle Theia into one single executable. See: eclipse-theia/theia#4541
Defined here.
To install the dependencies.
yarn
To generate the application code for both the frontend and the backend.
yarn build
To bundle Theia into a single executable with pkg
.
Your executable will be under the dist
folder.
yarn package