felixrieseberg / electron-code-editor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 75.6%Language:CSS 15.0%Language:HTML 9.4%