Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranshuchittora/create-electron-app
An awesome boilerplate for fast building electron apps
https://github.com/pranshuchittora/create-electron-app
Last synced: 5 days ago
JSON representation
An awesome boilerplate for fast building electron apps
- Host: GitHub
- URL: https://github.com/pranshuchittora/create-electron-app
- Owner: pranshuchittora
- Created: 2018-05-28T16:21:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T11:57:11.000Z (about 5 years ago)
- Last Synced: 2024-11-07T23:36:18.160Z (about 2 months ago)
- Language: JavaScript
- Size: 224 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-electron-app
An awesome boilerplate for fast building electron apps
## To install all the dependencies
```
npm install
```## To run the project
```
npm start
```## To Build
All (Mac+Win+Linux)
npm run build-all
For Mac
npm run build-mac
For Windows
npm run build-win
For Linux
npm run build-linux