Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 330 Bytes

File metadata and controls

15 lines (9 loc) · 330 Bytes

Online Code Editor and Compiler

This is the project made for my college mini project. Its a code realtime online editor and compiler made using socket.io , react and nodejs

How to install or run locally

git clone https://github.com/0xSaurabhx/mini-project

npm install

npm run server:dev

npm run start:front