A Javascript framework for native desktop and cloud-based IDEs.
- Provide the end-user with a full-fledged multi-language IDE (not just a smart editor)
- Support equally the paradigm of Cloud IDE and Desktop IDE
- Provide extenders with a platform on which to build their own products
- Provide support for multiple languages via the language and debug server protocols
git clone https://github.com/TypeFox/Theia.git \
&& cd Theia \
&& npm install \
&& cd examples \
&& npm run install:theia \
&& npm install \
&& npm run cold:start:web
git clone https://github.com/TypeFox/Theia.git \
&& cd Theia \
&& npm install \
&& cd examples \
&& npm run install:theia \
&& npm install \
&& npm run cold:start:electron