Skip to content

How to build a desktop-based coffee editor? #121

Discussion options

You must be logged in to vote

The best starting point is your corresponding web-based coffee editor.
Then, you have to make an "electron-app" project which looks like the "browser-app" project, only for launching with electron.
You will have to look at electron-builder for learning the launch options. https://www.electron.build/
Personally, I relied on the example from https://github.com/theia-ide/theia-apps/tree/master/theia-electron
but that was before the Theia blueprint, so I guess the blueprint should be fine too...
You should be able to adapt the run.sh from the coffee editor to launch the electron-app workspace instead.

On the environment side, you need Visual Studio C++ Build Tools installed to be able to gene…

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
3 replies
@vhemery
Comment options

@serena-bc
Comment options

@vhemery
Comment options

Answer selected by eneufeld
Comment options

You must be logged in to vote
8 replies
@eneufeld
Comment options

@serena-bc
Comment options

@serena-bc
Comment options

@eneufeld
Comment options

@serena-bc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants