Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 750 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 750 Bytes

template-electron-react

A template project for developing electron application, using react and typescript.

You can create your own project by importing this template project.

Use Visual Studio Code as Your Editor

It's recommanded for you to use Visual Studio Code to develop your electron application.

After you creating your own project, you need to rename the template-electron-react.code-workspace file to <YouProjectName>.code-workspace, and then use vscode to open it.

More Information