dumbmety / todoist

Example of how to structure an Electron app with Create React App

Home Page:https://medium.com/@johndyer24/creating-and-deploying-an-auto-updating-electron-app-for-mac-and-windows-using-electron-builder-6a3982c0cee6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Create React Example

This is an example electron/create-react-app application, and serves as an example of how to structure your project if you want to share pieces of your codebase between electron and react.

Project structure

  • electron/: Code for the main Electron process
  • src/react/: Code for the React renderer process
  • src/shared/: Code shared between React and Electron
  • package.json: Contains scripts for running the app in development, building it, and packaging it for production using electron-builder

About

Example of how to structure an Electron app with Create React App

https://medium.com/@johndyer24/creating-and-deploying-an-auto-updating-electron-app-for-mac-and-windows-using-electron-builder-6a3982c0cee6


Languages

Language:JavaScript 76.0%Language:HTML 15.6%Language:CSS 8.4%