Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morellexf13/electron-boilerplate
🪐 A Electron 32 Starter Boilerplate for JavaScript. Start creating your macOS and Windows apps right now!
https://github.com/morellexf13/electron-boilerplate
boilerplate-template css3 electron html5 javascript starter-template
Last synced: about 22 hours ago
JSON representation
🪐 A Electron 32 Starter Boilerplate for JavaScript. Start creating your macOS and Windows apps right now!
- Host: GitHub
- URL: https://github.com/morellexf13/electron-boilerplate
- Owner: morellexf13
- License: mit
- Created: 2022-05-31T21:36:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T16:25:30.000Z (5 months ago)
- Last Synced: 2024-08-21T18:28:39.966Z (5 months ago)
- Topics: boilerplate-template, css3, electron, html5, javascript, starter-template
- Language: JavaScript
- Homepage:
- Size: 538 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🪐
Electron Boilerplate
A Electron Starter Boilerplate for JavaScript. Start creating your macOS and Windows apps right now!
[![License](https://img.shields.io/badge/-MIT-red.svg?longCache=true&style=for-the-badge)](https://github.com/morellexf13/electron-boilerplate/blob/main/LICENSE)
[![Version](https://img.shields.io/github/v/tag/morellexf13/electron-boilerplate?label=%20&style=for-the-badge)](https://github.com/morellexf13/electron-boilerplate/releases)
[![Docs](https://img.shields.io/badge/-Docs-blue.svg?style=for-the-badge)](https://www.electronjs.org)
## What is Electron Boilerplate?
No dependencies. Just vanilla Javascript/HTML/CSS and Electron on the go.
## 🚀 Install
Deploy for distribution (macOS Intel/Silicon)
```
npm run build
```Run dev as program
```bash
npm installnpm run dev
```