Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 494 Bytes

readme.md

File metadata and controls

29 lines (22 loc) · 494 Bytes

Online-compiler

It is an online compiler which has capacity to execute c,c++ and python codes .

how to run locally

first download the package

git clone https://github.com/surajjbhardwaj/Online-compilar.git

change directory

cd "Online-commpiler"

install the dependencies

npm install

congrats, it's ready to run at http://localhost:5000 now run using command

npm start

see your frontends at https://localhost:5000 do what you want now.