This repository is meant to be cloned into a folder with a different name, then delete the git folder and push to a new repo for development.
├── dist/ # Compiled output
├── src/
│ ├── main/ # Electron main process
│ │ └── main.ts
│ ├── renderer/ # React renderer process
│ │ ├── App.tsx
│ │ ├── index.html
│ │ └── index.tsx
│ └── styles/ # CSS styles
│ └── index.css
├── package.json
├── tsconfig.json
└── webpack.config.js
In the project directory, you can run:
Builds the app and starts it.
Runs the app in the development mode with hot reloading.
Builds the app for production to the dist folder.
Creates a Generate Distribution Executable.
Packages the app for Windows distribution.
Packages the app for macOS distribution.
Packages the app for Linux distribution.
- Electron
- React
- TypeScript
- Webpack