Quickly thrown together to take Electron for a spin. The Electron aspects were created and are managed by electron-forge. The front end is built with react, material-ui and the excellent mobx.
- Open a folder to browse files using CodeMirror
- Local storage for selected folder and open files
- Supports
CSS
,SCSS
,LESS
,JSX
,Markdown
,HTML
,JSON
, andJS
.
-
Install
electron-forge
npm install -g electron-forge
-
Install dependencies:
yarn
-
Run the App:
electron-forge start
The MIT License