Skip to content

ali/jetpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀

This is a starter project for building modern desktop applications with Electron.

Project Structure

  • /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 by main.js into a BrowserWindow.

npm Scripts

See package.json for list of scripts. All scripts are run with npm run <script>.

  • clean -- Remove all files in the build and dist destinations
  • build -- Build the source files
  • lint -- Lint the source tree
  • start -- Start the Electron app
  • test -- Run the testing suite

About

Webpack + Electron boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published