/onlineIDE

Primary LanguageJavaScript

OnlineIDE

OnlineIDE allows you to write and execute code in a variety of languages using its free and open-source code editor. It's perfect for anybody who just wants to quickly write and run some code without opening a full-featured IDE on their system built with React, Redux, JavaScript, and CSS.

Live Demo

Features

  1. Built-In Terminal
  2. Syntax Highlighting
  3. Language Tools
  4. Themes
  5. Split View
  6. VIM/Emacs Mode
  7. Previews

Tech

OnineIDE uses a number of open source projects to work properly:

  • ReactJs - HTML enhanced for web apps!
  • markdown-it - Markdown parser done right. Fast and easy to extend.
  • Bootstrap - great UI boilerplate for modern web

Installation and Setup

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000

License

MIT

Free Software, Hell Yeah!