Skip to content

brandonhall/electron-code-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Code Browser

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.

Features

  • Open a folder to browse files using CodeMirror
  • Local storage for selected folder and open files
  • Supports CSS, SCSS, LESS, JSX, Markdown, HTML, JSON, and JS.

Screenshot

image

Usage

  1. Install electron-forge

    npm install -g electron-forge
  2. Install dependencies:

    yarn
  3. Run the App:

    electron-forge start

License

The MIT License

About

Code file browser built using Electron. Demo project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published