An open API service indexing awesome lists of open source software.

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

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