Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

octavezero/electron-react-hot-ts-boilerplate

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published