An open API service indexing awesome lists of open source software.

https://github.com/davidyslu/electron_practice

Simple practice on Electron with Monaco Editor
https://github.com/davidyslu/electron_practice

electron monaco-editor

Last synced: about 1 year ago
JSON representation

Simple practice on Electron with Monaco Editor

Awesome Lists containing this project

README

          

# Electron Practice

This repository is going to have a practice using [Electron](https://electronjs.org/). Take a fantastic editor app - [Monaco Editor](https://microsoft.github.io/monaco-editor/) as example, we can quickly build a simple editor by yourself.

> Really thanks [Felix Rieseberg](https://github.com/felixrieseberg) giving a wonderful talk on [ModernWeb'18](https://modernweb.tw/) and sharing a useful [quick-start](https://github.com/felixrieseberg/modernweb).

---
## Installation

* Clone this repository
```bash
$ git clone https://github.com/yungshenglu/Electron_Practice
```
* Install npm modules and start
```bash
$ npm i && npm start
```

---
## References

* [felixrieseberg/modernweb](https://github.com/felixrieseberg/modernweb)
* [Electron](https://electronjs.org/)
* [Monaco Editor](https://microsoft.github.io/monaco-editor/)