Live Editing Environment for Electron Apps using React, React-Hot-Loader, Typescript and Webpack
yarn install // replace yarn with npm if desired.
yarn run server		//to compile main and start the hot reloading server
yarn run devstart		//to open electron in devmode with hmr.
yarn run build 		//to compile the files without hot reloading into dist/
yarn run start 		//to run electron with compiled files