DEV Community

Discussion on: How to build Electron apps with React.

Collapse
 
yougotwill profile image
Will G

Just started building a react-electron boilerplate for myself this morning. This post answers all my questions. Thank you πŸ™πŸ™

Collapse
 
wchr profile image
Wachira

Glad to know it helped πŸ˜‰.

Collapse
 
yougotwill profile image
Will G

This might be a noob question but what does the flag combination "-mw" do in "electron-pack": "build -mw" inside the package.json? Did some googling but couldn't find an explanation.

Thread Thread
 
romanpod profile image
Roman Br.

That's for creating Mac and Win executables.

Thread Thread
 
yougotwill profile image
Will G

Awesome that makes sense. Thank you πŸ™