Please see this issue.
If you clone secure-electron-template and want to build your own app, you'll be able to get rid of some of the repository's default files.
Specifically, you can drop:
- The docs folder
- [At the root level, mostly config/github files]
- .editorconfig
- .prettierrc
- CODE_OF_CONDUCT.md
- README.md
Note: you should keep the LICENSE file in your project.
Please check out this guide.
No, but you can start with this template and follow the steps outlined here.
Yes, but you'll have to follow a few steps to get it working.
Please refer to these instructions first. If you have further questions, you may post a question in the appropriate repo.
Yes, you can! Simply convert any of the files in the app/src directory to a Typescript extension. If you desire to convert some of the Electron-related files to Typescript, I'd suggest you pull inspiration from the discussion here.
Please post an issue and we will add to this page with questions that you have!