Skip to content

A template to easily start a new application with Electron, TypeScript, React and file storage !

License

Notifications You must be signed in to change notification settings

Cbrra/electron-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron App Template

A template to easily start a new application with Electron, TypeScript, React and file storage!
Node 18+ required

Installation

  1. Download the template
  2. Run npm i to download the dependencies
  3. Go to public/Storage.js and change appFolderName value
  4. Read How to use

How to use

  • Start the development server: npm run dev
  • Build the React files npm run react:build
  • Build your app: npm run forge:package (don't forget to build the React files first!)

User Data

User data files are stored at AppData/Roaming/Electron/applications-data/

About

A template to easily start a new application with Electron, TypeScript, React and file storage !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published