Tool that will compile your code and also has a HTML, CSS, JS Editor embedded in it. We offer support for -
- C
- C++
- Java
- Python
The web and default interfaces in the app run fine locally but in production default shows some issues. Still working on that.
The live app can be seen here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/arteevraina/code-editor.git
cd client
npm install
cd..
cd server
npm install
cd server
node server.js
cd client
npm start