https://github.com/max-programming/electron-basic-start
A basic and simple Electron Starter
https://github.com/max-programming/electron-basic-start
Last synced: 3 months ago
JSON representation
A basic and simple Electron Starter
- Host: GitHub
- URL: https://github.com/max-programming/electron-basic-start
- Owner: max-programming
- Created: 2020-09-30T08:47:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T02:13:39.000Z (about 4 years ago)
- Last Synced: 2025-02-09T17:31:23.300Z (4 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Basic Electron Starter
This is a simple and basic Electron Starter template which is the modified version of [electron-quick-start](https://github.com/electron/electron-quick-start).
How to use:
1. Clone this repository by running `git clone https://github.com/max-programming/electron-basic-start.git`
2. Go to that directory and run `npm i` or `yarn`
3. After the installation, run `npm start` or `yarn start` to start the app