10000 GitHub - sway913/mydesktop
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sway913/mydesktop

Repository files navigation

electron-vite-react

📂 Directory structure

Familiar React application structure, just with electron folder on the top 😉
Files in this folder will be separated from your React application and built into dist-electron

├── electron                                 Electron-related code
│   ├── main                                 Main-process source code
│   └── preload                              Preload-scripts source code
│
├── release                                  Generated after production build, contains executables
│   └── {version}
│       ├── {os}-{os_arch}                   Contains unpacked application executable
│       └── {app_name}_{version}.{ext}       Installer for the application
│
├── public                                   Static assets
└── src                                      Renderer source code, your React application

About

No description, website, or topics provided.

Resources

License

49B1

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0