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
- electron.atom.io/docs - all of Electron's documentation
- electron.atom.io/community/#boilerplates - sample starter apps created by the community
- electron/electron-quick-start - a very basic starter Electron app
- electron/simple-samples - small applications with ideas for taking them further
- electron/electron-api-demos - an Electron app that teaches you how to use Electron
- hokein/electron-sample-apps - small demo apps for the various Electron APIs
License
MIT