DEV Community

Discussion on: Build a desktop app using HTML/CSS/JS & Electron

Collapse
 
sandeepmenon profile image
Sandeep Menon • Edited

You can use a tool called electron-builder
It requires minimal configuration and is super easy.

Collapse
 
ajayadav09 profile image
ajayadav09

@Sandeep Thank you. Will check it out.