Skip to content

hchiam/electron-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main code flow: main.js -> index.html -> renderer.js

https://github.com/hchiam/learning-electron

  • setup:

    npm install
    npm start

    or

    yarn
    yarn start

https://github.com/electron/electron-api-demos/releases

  • Unzip to get and run an app that demos the most important features of Electron.

https://www.freecodecamp.org/news/building-an-electron-application-with-create-react-app-97945861647c/

  • src/electron-starter.js: mainWindow, createWindow, and app.on event listeners
  • src/index.js -> App from App.js -> render()

https://github.com/electron-react-boilerplate/electron-react-boilerplate

  • app/main.dev.js: mainWindow, createWindow, and app.on event listeners
  • app/index.js -> Root from app/containers/Root.js -> Routes from app/Routes.js -> containers/HomePage.js, containers/CounterPage.js, app/containers/App.js -> app/components/Home.js, app/components/Counter.js, app/actions/counter.js

https://www.tutorialspoint.com/electron/index.htm

https://github.com/electron/simple-samples

https://github.com/sindresorhus/generator-electron

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •