Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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 install

npm run dev
```