https://github.com/zain-ul-din/online-ide
Online c++ IDE for my OS project
https://github.com/zain-ul-din/online-ide
Last synced: 4 months ago
JSON representation
Online c++ IDE for my OS project
- Host: GitHub
- URL: https://github.com/zain-ul-din/online-ide
- Owner: Zain-ul-din
- License: mit
- Created: 2024-01-23T10:10:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T09:53:53.000Z (over 1 year ago)
- Last Synced: 2025-07-20T01:51:58.706Z (4 months ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Online IDE
An Online IDE that lets you run C++ code on the website.
### Demo


### Usage
This repo contains two projects backend and frontend. before running the backend make sure you have installed `g++` CLI globally otherwise this is not gonna work.
**Run Backend:**
```bash
cd backend
npx yarn
npx yarn dev
```
**Run Frontend:**
open up a new terminal and type the following for the front end.
```bash
cd front-end
npx yarn
npx yarn dev
```
**Access your application [here](http://localhost:5173/)**
---
Happy Coding ♥