https://github.com/pixelbyaj/electron-boiler-plate
https://github.com/pixelbyaj/electron-boiler-plate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixelbyaj/electron-boiler-plate
- Owner: pixelbyaj
- License: mit
- Created: 2024-04-04T16:29:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T16:52:25.000Z (about 1 year ago)
- Last Synced: 2025-01-17T07:08:14.685Z (4 months ago)
- Language: JavaScript
- Size: 23.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quickly scaffold an Electron project with a full build pipeline.
## Feature
* Production enabled
* Support local dotnet or any self hosted application server.
* Electron forge is trusted all-in-one tool for packaging and distributing Electron applications. Microsoft is using the same for their MS Team build.## How to use ?
### Clone
```cmd
git clone https://github.com/pixelbyaj/electron-boiler-plate.git
cd electron-boiler-plate
npm i
```
### Changes
Update the package.json file with your app name and description, version or any other required details.For further documentation please refer the below link:
https://www.electronforge.io/