Skip to content

BirajGupta/code-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Compiler

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

Accessing App

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

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Clone the Repository

  git clone https://github.com/arteevraina/code-editor.git

Installing Dependencies

cd client
npm install
cd..
cd server
npm install

Starting the server

cd server
node server.js

Starting the client

cd client
npm start

About

Just another online code-editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 82.0%
  • CSS 11.8%
  • HTML 6.2%