electron-code-editor icon indicating copy to clipboard operation
electron-code-editor copied to clipboard

:zap: A tiny code editor based on Electron, in ~100 lines of code

electron-code-editor

A minimal code editor, based on Electron

To Use

To run this app you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

git clone https://github.com/felixrieseberg/electron-code-editor
cd electron-code-editor
npm install
npm start

Resources for Learning Electron

License

MIT