Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixrieseberg/electron-code-editor
:zap: A tiny code editor based on Electron, in ~100 lines of code
https://github.com/felixrieseberg/electron-code-editor
Last synced: 4 days ago
JSON representation
:zap: A tiny code editor based on Electron, in ~100 lines of code
- Host: GitHub
- URL: https://github.com/felixrieseberg/electron-code-editor
- Owner: felixrieseberg
- License: cc0-1.0
- Created: 2016-11-18T13:55:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T18:23:00.000Z (about 7 years ago)
- Last Synced: 2024-08-01T22:47:02.996Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 159
- Watchers: 10
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# electron-code-editor
> A minimal code editor, based on Electron
## To Use
To run this app you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
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](http://electron.atom.io/docs) - all of Electron's documentation
- [electron.atom.io/community/#boilerplates](http://electron.atom.io/community/#boilerplates) - sample starter apps created by the community
- [electron/electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app
- [electron/simple-samples](https://github.com/electron/simple-samples) - small applications with ideas for taking them further
- [electron/electron-api-demos](https://github.com/electron/electron-api-demos) - an Electron app that teaches you how to use Electron
- [hokein/electron-sample-apps](https://github.com/hokein/electron-sample-apps) - small demo apps for the various Electron APIs## License
MIT