Skip to content

hHolyMolly/electron-template

Repository files navigation

📌 Electron & React & TypeScript template


🚀 Installation and Launch

1. Installing PNPM 📦

Before starting development, install PNPM:

npm install -g pnpm

2. Installing Dependencies ⚙️

With PNPM:

pnpm install

Alternatively, with NPM:

npm install

3. Running in Development Mode 🖥️

With PNPM:

pnpm start

Alternatively, with NPM:

npm run start

4. Building the Project 🔨

With PNPM:

pnpm build

Alternatively, with NPM:

npm run build

5. Cleaning the Project 🧹

Removes node_modules, dist, and lock files:

With PNPM:

pnpm clean

Alternatively, with NPM:

npm run clean

About

A starter template for developing applications using Electron, React, TypeScript, and Vite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published