reactron icon indicating copy to clipboard operation
reactron copied to clipboard

A full featured and highly scalable electron-react boilerplate

Results 6 reactron issues
Sort by recently updated
recently updated
newest added

Thanks for your work! Can you update this repo to the latest react boilerplate version? Or maybe edit your great wiki for the latest version?

Just forked, pulled down and yarn install. A ton of warnings. yarn dev I get a blank white window. In console I see: Not allowed to load local resource: file:///Users/tim/src/lab/reactron/app/build/index.html...

In global-styles, there set the app CSS with: ```css #app { background-color: #fafafa; min-height: 100%; min-width: 100%; } ``` There set the background-color with a near white color, but hard...

Hi, Manish: I'm uing uwp UI in reactron. So I installed the package of react-uwp, when i tried the commandbar component, i found it couldn't render out the object. There...

I was referring to this [link](https://github.com/mjangir/reactron/wiki/Convert-Existing-To-Electron) for converting my react-app based on react-boilerplate with latest updates (3.7) version. I was able to successfully convert my react web app to electron...

Is there any launch.json file use for Vscode? thanks.