Skip to content

Latest commit

 

History

History
44 lines (42 loc) · 649 Bytes

README.md

File metadata and controls

44 lines (42 loc) · 649 Bytes

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

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