A template project for developing electron application by react (CRA), with using redux and typescript. This project was bootstrapped with Create React App.
You can create your own project by importing this template project.
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-cra.code-workspace
file to <YouProjectName>.code-workspace
, and then use vscode to open it.
- Check out NPM Scripts to know how to use the
npm
scripts of this project. - You can learn more in the Create React App documentation.
- To learn React, check out the React documentation.