NetOpWibby / electron-starter

A super simple and lightweight starting point for your Electron-based app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-starter

WebbHub

A super simple and lightweight starting point for your Electron-based app.

electron-starter in action

Features

  • ES7!
  • Lightweight UI rendering via choo!
  • Minimal transpiling via select Babel modules!
  • Quick bundling via rollup!
  • Efficient Sass compilation via Dart Sass!
  • Sensible linting via ESLint!
  • Not a shit-ton of dependencies! (I can't believe it's not bloat!)
  • EXCLAMATIONS

Installation

  • npm i

Development

  • npm run watch

Production-ish

  • npm start

Tests

  • npm test

License

Whatever you want.

TODO

  • Add more meat to this. This is intended as a starting point for my own future apps.
  • Refactor, lots of things changed since this template was created.
  • Replace choo with svelte.

About

A super simple and lightweight starting point for your Electron-based app


Languages

Language:JavaScript 51.0%Language:CSS 39.1%Language:HTML 9.9%