Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.26 KB

Electron Starterkit

Electron Starterkit is a boilerplate project for quickly starting an application using Electron, Vue 3, Sass, Socket.IO, and an internal Express server. It provides a solid starting point for professionals and beginners alike who want to develop Electron applications without the setup hassle. It includes also the Electron Builder

Features

  • Electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS.
  • Electron Builder: Package the Electron app
  • Vue 3: A progressive JavaScript framework for building user interfaces.
  • Sass: A stable and powerful professional grade CSS extension.
  • Socket.IO: Enables real-time, bidirectional and event-based communication.
  • Express: Fast, unopinionated, minimalist web framework for Node.js.

Getting Started

  1. Clone the repository:

    git clone https://github.com/weswecan/electron-starterkit.git
  2. Install the dependencies:

    cd electron-starterkit
    yarn
  3. Start the application:

    yarn dev

Contributing

Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.

License

MIT