/electron-typescript-react-redux

example electron with typescript & react

Primary LanguageTypeScriptMIT LicenseMIT

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