Skip to content

Boilerplate for develop Electron application with React and Typescript

Notifications You must be signed in to change notification settings

saostad/Electron-React-Typescript

Repository files navigation

Electron-React-Typescript

Boilerplate for develop Electron application with React and Typescript

How to use it

  • npm init electron-ts-react FOLDER_NAME VSCode
  • cd FOLDER_NAME
  • npm start

Integrate in VSCode

  • in settings add :

    "eslint.validate": [ "javascript", "javascriptreact", { "language": "typescript", "autoFix": true }, { "language": "typescriptreact", "autoFix": true }]

This project powered by

  • Electron-forge
  • React
  • Typescript
  • React Hot reloading
  • React-dev-tools
  • Eslint for Typescript linting
  • Webpack
  • Babel

About

Boilerplate for develop Electron application with React and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published