A template to easily start a new application with Electron, TypeScript, React and file storage!
Node 18+ required
- Download the template
- Run
npm i
to download the dependencies - Go to
public/Storage.js
and changeappFolderName
value - Read 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 files are stored at AppData/Roaming/Electron/applications-data/