Skip to content

Latest commit

 

History

History
executable file
·
49 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

executable file
·
49 lines (34 loc) · 1.62 KB

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.