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.
Check out the repository at the specified tags in order to try out the respective examples.
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