Skip to content

A Desktop tool to compile and edit C++ or Python code. Implemented functionalities like syntax highlighting and working on multiple files.

Notifications You must be signed in to change notification settings

anishagg17/Ide_desktop

Repository files navigation

Desktop IDE

code style: prettier app: Electron client: React server: Node styling: Scss language: TypeScript bundler: WebPack

This is an IDE built using Electron, ReactJs, NodeJs, Webpack, TypeScript, JavaScript.

Screenshot

Installation

  1. Install Node.js
  2. npm install

Development

Watch & Launch application

Run the watch files, background complie JavaScript/TypeScript/CSS and Launch the Electron app

npm start

Release build

Build the app for production. Please build individually because there is a platform-specific processing.

npm run release:mac
npm run release:win
npm run release:linux

or

npm run release:build
npm run release:pack-mac
npm run release:pack-win
npm run release:pack-linux

It is also will be skipped by running the release:mac or release:pack-mac in the Windows environment.

About

A Desktop tool to compile and edit C++ or Python code. Implemented functionalities like syntax highlighting and working on multiple files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages