ljlm0402 / typescript-express-starter

📘 Quick and Easy TypeScript Express Starter
http://npm.im/typescript-express-starter
MIT License
2.71k stars 419 forks source link

Integrating this starter project inside Electronjs #206

Open amarizky opened 1 year ago

amarizky commented 1 year ago

Summary (요약)

How do you integrate/connect Electron to this starter project?

Additional Details (추가적인 세부 사항)

Hey, I've successfully applied EJS for my project, and it's working correctly. But now I want to open the view via its route using Electron as the browser. Is this possible? Thanks!