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

https://github.com/arturo21/artedition-electron-app

Code editor made with electronjs + MonacoEditor (VSCode editor) + nodejs + expressjs. Drag and Drop a file and edit that! save with ctrl+s.
https://github.com/arturo21/artedition-electron-app

artedition arturo electron express monacoeditor node nodejs vasquez vscode

Last synced: 7 months ago
JSON representation

Code editor made with electronjs + MonacoEditor (VSCode editor) + nodejs + expressjs. Drag and Drop a file and edit that! save with ctrl+s.

Awesome Lists containing this project

README

          

# artedition-electron-app
Code editor made with electronjs + nodejs + expressjs. Drag and Drop a file and edit that! save with ctrl+s

Main Window (With Monaco Editor)

![Pantallazo-2021-03-16 14-18-09](https://user-images.githubusercontent.com/6676774/111360419-1a88f680-8663-11eb-9761-7ebbf582224c.png)

## Installing the editor

### First Alternative
```
git clone https://github.com/arturo21/artedition-electron-app.git
```
#### Execute
```
electron index.js --no-sandbox
```