branchseer / DeskGap

A cross-platform desktop app framework based on Node.js and the system webview
https://deskgap.com/
MIT License
1.83k stars 75 forks source link

[question]: js entry point #57

Closed Ahriana closed 4 years ago

Ahriana commented 4 years ago

been looking though the project to build a more native application than electron, i was looking to remove the requirement for a package.json but for the life of my cant find where the entry point is loaded (resources/app/package.json/main)

any chance you can point me the right direction before i lose my mind? ^^;

thanks