Skip to content

Raulms29/electron-forge-template

Repository files navigation

Quality Gate Status

Warning 🚧🚧

You will need Node.js and npm to be able to work with and run this project.

What are we using?

This project is just a template. It's almost empty and contains the minimum amount of dependencies to work with the following technologies.

Project Setup 🛠️

Clone this repo.

git clone https://github.com/Raulms29/electron-forge-template.git

Then access the created folder and run the following command:

npm run build

This will download the necessary dependencies, compile the project and create the resources needed for the installer in the out folder. The installer will be located at out/make. Once the build is done, to test the project without an installation use:

npm start

Try the unit testing with:

npm run test

Or the component testing with:

npm run test:component

Try the e2e testing with:

npm run test:e2e

Based on another template by AngusLin10, which can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages