Electron-React-Typescript
Electron-React-Typescript copied to clipboard
Boilerplate for develop Electron application with React and Typescript
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