Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 424 Bytes

File metadata and controls

28 lines (19 loc) · 424 Bytes

Electron-TypeScript-React-Boilerplate

Boilerplate code for electron with typescript and react

Clone the repository

git clone https://github.com/AlexLukasT/Electron-TypeScript-React-Boilerplate.git
cd Electron-TypeScript-React-Boilerplate

Install dependencies

npm install

Build the project and run with electron

npm run start

Publish the project and make an executable

npm run dist