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
- 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.
-
Clone the repository:
git clone https://github.com/weswecan/electron-starterkit.git
-
Install the dependencies:
cd electron-starterkit yarn
-
Start the application:
yarn dev
Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.
MIT