Skip to content

kittaakos/theia-pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theia-pkg

This is a POC to bundle Theia into one single executable. See: eclipse-theia/theia#4541

Prerequisites

Defined here.

Install

To install the dependencies.

yarn

Build

To generate the application code for both the frontend and the backend.

yarn build

Package

To bundle Theia into a single executable with pkg. Your executable will be under the dist folder.

yarn package