Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.84 KB

faq.md

File metadata and controls

35 lines (25 loc) · 1.84 KB

FAQ

How do I use the Material-UI framework in this template?

Please see this issue.

What files can I remove once I start working on my own project?

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.

How do I use Node's fs in this template?

Please check out this guide.

Do you have a plain JS version of the template?

No, but you can start with this template and follow the steps outlined here.

Can I use yarn to install dependencies?

Yes, but you'll have to follow a few steps to get it working.

How do I set up my own license keys?

Please refer to these instructions first. If you have further questions, you may post a question in the appropriate repo.

Can I use typescript with this template?

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.

Question not answered?

Please post an issue and we will add to this page with questions that you have!