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

https://github.com/ajthinking/electron-quick-start


https://github.com/ajthinking/electron-quick-start

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# electron-quick-start

![image](https://user-images.githubusercontent.com/3457668/78145953-ce34ae80-7431-11ea-9763-460cacd5590e.png)

## Usage

```bash
# Clone this cool repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start
```