Skip to content

Navifra-Kerry/electron-typescript-react-redux

Repository files navigation

electron-typescript-react-redux

example electron with typescript & react Node.js

VS Code extension

  • Debbugger for Chrome

Scripts

  • Start React

    npm run start
    
  • electron debug

    npm run build & npm run webpack:dev
    

    VS Code select debugging options Electron: Main

  • debug electron render

    npm run start & npm run electron-start
    

    VS Code select debugging options Electron: Renderer

  • Electron Build

    npm run release
    

reference

I made it by referring to the microsoft VOTT Project

About

example electron with typescript & react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published