GitHunt
OC

octavezero/electron-react-hot-ts-boilerplate

Live Editing Environment for Electron Apps using React, React-Hot-Loader, Typescript and Webpack

electron-react-hot-ts-boilerplate

Live Editing Environment for Electron Apps using React, React-Hot-Loader, Typescript and Webpack

Installation

yarn install // replace yarn with npm if desired.

Usage

Development with hot reloading

yarn run server		//to compile main and start the hot reloading server
yarn run devstart		//to open electron in devmode with hmr.

Compiling the files for distribution

yarn run build 		//to compile the files without hot reloading into dist/
yarn run start 		//to run electron with compiled files

Languages

JavaScript68.1%TypeScript30.0%HTML1.9%

Contributors

MIT License
Created June 22, 2017
Updated January 28, 2023
octavezero/electron-react-hot-ts-boilerplate | GitHunt