Small electron template with React, Electron, TypeScript and Babel
- Node v13.1.0
- Yarn 1.19.1
Make sure you have the pre requisites installed
git clone https://github.com/RubenBez/electron-template.git
cd electron-template
yarn
yarn run start
- Clone the repository
git clone https://github.com/RubenBez/electron-template.git
- Open the directory
cd electron-template
- Install the dependencies with
yarn
- Start the app with
yarn run start