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.
- Host: GitHub
- URL: https://github.com/arturo21/artedition-electron-app
- Owner: arturo21
- License: mit
- Created: 2021-03-16T17:33:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T06:01:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T05:17:56.932Z (9 months ago)
- Topics: artedition, arturo, electron, express, monacoeditor, node, nodejs, vasquez, vscode
- Language: HTML
- Homepage:
- Size: 55.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

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