https://github.com/ajthinking/electron-quick-start
https://github.com/ajthinking/electron-quick-start
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajthinking/electron-quick-start
- Owner: ajthinking
- License: cc0-1.0
- Created: 2020-04-01T13:58:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:35:49.000Z (over 3 years ago)
- Last Synced: 2025-02-11T10:47:27.642Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# electron-quick-start

## 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
```