https://github.com/inkore-net/starter.electronforge.vanilla
The starter-kit project using Electron + Electron Forge + Webpack + TypeScript + PNPM.
https://github.com/inkore-net/starter.electronforge.vanilla
electron electronforge nodejs pnpm pnpm-workspaces quickstart sample starter starter-kit starter-template template typescript webpack
Last synced: 5 months ago
JSON representation
The starter-kit project using Electron + Electron Forge + Webpack + TypeScript + PNPM.
- Host: GitHub
- URL: https://github.com/inkore-net/starter.electronforge.vanilla
- Owner: iNKORE-NET
- License: mit
- Created: 2024-08-22T12:42:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T09:29:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T11:06:03.724Z (over 1 year ago)
- Topics: electron, electronforge, nodejs, pnpm, pnpm-workspaces, quickstart, sample, starter, starter-kit, starter-template, template, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron-Forge Starter-Kit
This is a simple project to get you started with Electron. It uses Electron Forge to manage the Electron app and vanilla JavaScript for the main interface.
All the technologies used in this project are:
- [Electron](https://www.electronjs.org/)
- [Electron Forge](https://www.electronforge.io/)
- [Webpack](https://webpack.js.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [PNPM](https://pnpm.io/)
## Getting Started
To get started with this project, you click the "Use this template" button on the top right of this page or click [here](https://github.com/new?template_name=SAMPLES.ElectronForge.WithReact&template_owner=iNKORE-NET). This will create a new repository with the same structure as this one.
Clone the repository to your local machine, locate to `packages/main` and run the following commands:
```bash
pnpm install
pnpm dev
```
This will start the Electron app. You can now start developing your app.
## Other Templates
- For a React app with Electron-Forge, please check [STARTER.ElectronForge.WithReact](https://github.com/iNKORE-NET/STARTER.ElectronForge.WithReact)