This is a starter project for building modern desktop applications with Electron.
/build/- Destination directory for builds/dist/- Destination directory for distributable builds/resources/- Static assets for distributable builds/src/- Project source code/src/main.js- Entry point for Electron's browser/src/index.html- Entry point for Electron's renderer This file is loaded bymain.jsinto aBrowserWindow.
See package.json for list of scripts. All scripts are run with npm run <script>.
clean-- Remove all files in the build and dist destinationsbuild-- Build the source fileslint-- Lint the source treestart-- Start the Electron apptest-- Run the testing suite