This repository is going to have a practice using Electron. Take a fantastic editor app - Monaco Editor as example, we can quickly build a simple editor by yourself.
Really thanks Felix Rieseberg giving a wonderful talk on ModernWeb'18 and sharing a useful quick-start.
- Clone this repository
$ git clone https://github.com/yungshenglu/Electron_Practice
- Install npm modules and start
$ npm i && npm start