/victor

Wordpress automata

Primary LanguageCSS

Electron-React-Typescript

Boilerplate for develop Electron application with React and Typescript

this project powered by

  • Electron-forge
  • React
  • Typescript
  • React Hot reloading
  • Eslint for Typescript linting

and of course Webpack and Babel!

How to use it

Easy way:

  • npm init electron-ts-starter [FOLDER_NAME] [VSCode]

Alternative way:

  • git clone
  • npm install
  • npm start

Integrate in VSCode

  • in settings add :

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

Next Steps:

  • React-dev-tools (still not compatible with Electron v7 more info)
  • add babel-eslint