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
- Host: GitHub
- URL: https://github.com/davidyslu/electron_practice
- Owner: davidyslu
- Created: 2018-07-18T07:12:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T07:20:01.000Z (almost 8 years ago)
- Last Synced: 2025-05-14T10:33:05.268Z (about 1 year ago)
- Topics: electron, monaco-editor
- Language: HTML
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)