Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 628 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 628 Bytes

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