Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 807 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 807 Bytes

FileExplorer

Simple ongoing file explorer project to play around with React + Electron. This is not under "active" development.

Prerequisites

NodeJS

Getting started

To get started with a development build of the application download the source code and restore the packages with

npm install 

You can run a development version of the application with

npm run electron-dev

Distribution

The distribution of the application is controlled by the packager Electron Build. Configuration of the builder can be found in the electron-builder.yml file.

In order to package the app for redistribution you can run

npm run electron-pack

Img of app