Modelserver integration for Theia https://github.com/eclipsesource/modelserver


Keywords
theia-extension, model-server, glsp, modeling
Licenses
EPL-2.0/BSD-3-Clause-Attribution
Install
npm install @modelserver/coffee-theia@0.1.0-next.30cdbcd1

Documentation

modelserver-theia

Modelserver integration for Theia https://github.com/eclipsesource/modelserver

Getting started

Install nvm.

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash

Install npm and node.

nvm install 8
nvm use 8

Install yarn.

npm install -g yarn

Running the browser example

yarn rebuild:browser
cd example/browser-app
yarn start

Open http://localhost:3000 in the browser.

Running the Electron example

yarn rebuild:electron
cd example/electron-app
yarn start

Developing with the browser example

Start watching of modelserver-theia.

cd modelserver-theia
yarn watch

Start watching of the browser example.

yarn rebuild:browser
cd example/browser-app
yarn watch

Launch Start Browser Backend configuration from VS code.

Open http://localhost:3000 in the browser.

Developing with the Electron example

Start watching of modelserver-theia.

cd modelserver-theia
yarn watch

Start watching of the electron example.

yarn rebuild:electron
cd example/electron-app
yarn watch

Launch Start Electron Backend configuration from VS code.