diego3g / electron-typescript-react
- суббота, 4 июля 2020 г. в 00:22:03
JavaScript
An Electron boilerplate including TypeScript, React, Jest and ESLint.
Boilerplate for a project using Electron, React and Typescript
Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies
npm installyarn installIn order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron.
npm run dev:reactnpm run dev:electronPull requests are always welcome