Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 744 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 744 Bytes

theia-sample

This repository will be used to provide examples related to the Eclipse Theia framework. The examples will cover different topics and each will extend the previous one with new features. The examples will be tagged so that you can try them out one after another.

Examples by Tags

Check out the repository at the specified tags in order to try out the respective examples.

minimal-IDE

This example contains the base components in order to create a minimal IDE. If your system already meets the prerequisites, you can build the example with

git checkout minimal-IDE
yarn
yarn build
yarn start