Skip to content

Latest commit

 

History

History
 
 

Electron

electron-game-laucnher

Usage

Run this two commands in two different prompts to start developing with hot reloading.

# Webpack builds once and watches for changes to apply
$ npm run dev

# Start electron app
$ npm start