All Projects → sindresorhus → Electron Boilerplate

sindresorhus / Electron Boilerplate

Licence: mit
Boilerplate to kickstart creating an app with Electron

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Electron Boilerplate

Expo Native Firebase
🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
Stars: ✭ 197 (-87.37%)
Mutual labels:  boilerplate, app, template
Automatic Gatsbyjs App Landing Page
Automatic GatsbyJS App Landing Page - Automatically generate iOS app landing page using GatsbyJS
Stars: ✭ 137 (-91.22%)
Mutual labels:  boilerplate, app, template
Boilr
⚡️ boilerplate template manager that generates files or directories from template repositories
Stars: ✭ 1,268 (-18.72%)
Mutual labels:  boilerplate, template
Phaser3 Tilemap Pack
Phaser 3 Project Template with Webpack, Tilemap, and Asset Pack
Stars: ✭ 87 (-94.42%)
Mutual labels:  boilerplate, template
Flask Rest Template
template for a rest app with flask, flask-rest and more...
Stars: ✭ 95 (-93.91%)
Mutual labels:  boilerplate, template
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-95.13%)
Mutual labels:  boilerplate, template
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (-94.81%)
Mutual labels:  app, template
Projecttemplate
个人项目模板
Stars: ✭ 93 (-94.04%)
Mutual labels:  boilerplate, template
Firebird
Template for Phoenix 1.3 projects
Stars: ✭ 66 (-95.77%)
Mutual labels:  boilerplate, template
Cloudflare Workers Webpack Boilerplate
A superbly simple, minimal-config template for building, bundling and deploying Cloudflare Workers with Webpack 🚀
Stars: ✭ 101 (-93.53%)
Mutual labels:  boilerplate, template
Fable Elmish Electron Material Ui Demo
Complete boilerplate for Electron apps using Fable and Elmish with hot module reloading, time-travel debugging, etc.
Stars: ✭ 101 (-93.53%)
Mutual labels:  boilerplate, template
Nativescript App Templates
Monorepo for NativeScript app templates
Stars: ✭ 108 (-93.08%)
Mutual labels:  app, template
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (-23.91%)
Mutual labels:  boilerplate, template
Readme Template
A Readme Template For Tomorrow's Opensource
Stars: ✭ 69 (-95.58%)
Mutual labels:  boilerplate, template
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-94.62%)
Mutual labels:  boilerplate, app
React Native Template Typescript
👾 Clean and minimalist React Native template for a quick start with TypeScript.
Stars: ✭ 1,148 (-26.41%)
Mutual labels:  boilerplate, template
Webpack Defaults
Defaults to be shared across webpack projects
Stars: ✭ 88 (-94.36%)
Mutual labels:  boilerplate, template
Caldera
Caldera allows you to create a boilerplate service that ready to run inside the container (Go language)
Stars: ✭ 114 (-92.69%)
Mutual labels:  boilerplate, template
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-97.5%)
Mutual labels:  boilerplate, template
Quickapp Boilerplate Template
🔨致力于构建更为优雅的「快应用」开发脚手架模板。https://quickapp.lovejade.cn/tag/quickapp/
Stars: ✭ 58 (-96.28%)
Mutual labels:  boilerplate, template

electron-boilerplate

Boilerplate to kickstart creating an app with Electron

See awesome-electron for more useful Electron resources.

See Caprine for a production app based on this boilerplate.

Features

Getting started

Click the "Use this template" button.

Alternatively, create a new directory and then run:

$ curl -fsSL https://github.com/sindresorhus/electron-boilerplate/archive/main.tar.gz | tar -xz --strip-components 1

There's also a Yeoman generator.


Remove everything from here and above


App Name

The best app ever

Install

macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).

macOS

Download the .dmg file.

Linux

Download the .AppImage or .deb file.

The AppImage needs to be made executable after download.

Windows

Download the .exe file.


Dev

Built with Electron.

Run

$ npm install
$ npm start

Publish

$ npm run release

After Travis finishes building your app, open the release draft it created and click "Publish".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].