UNPKG

create-electron-ts-react

Version:
27 lines (18 loc) 654 B
# 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](https://github.com/MarshallOfSound/electron-devtools-installer) - Eslint for Typescript linting - Webpack - Babel