molecule icon indicating copy to clipboard operation
molecule copied to clipboard

⚛️ – :atom: – :atom_symbol: Boilerplate for cross platform web/native react apps with electron.

Results 10 molecule issues
Sort by recently updated
recently updated
newest added

Windows 10 user. ``` npm -v 6.4.0 node -v v8.9.1 ``` Electron compiles to but web does not. Blank page, no error in console. I'm stuck here...

## Status WIP ## Description This PR adds support for the flow type checker. ## Notes For maximum type safety, it is not recommended to use redux's `bindActionCreators` ([reason here](https://github.com/reactjs/redux/pull/1887#issue-170196190))....

This is a work in progress that adds parallel script execution to the dev server and electron via `npm-run-all`. ## Changes - [x] run both the dev server and the...

When initially running `yarn electron`, the dev tools inspector covers half the page. As soon as a viewport resize event is triggered, it corrects itself. Subsequent reloads do not re-trigger...

bug
electron

Molecule should feature [an auto-updater](https://github.com/electron/electron/blob/master/docs/api/auto-updater.md#autoupdater). I think this is a super attractive feature that might seem daunting to new electron users. Supporting it out of the box would likely be...

enhancement

Not sure if this is a road you want to go down @zsherman (if not feel free to close), but flow is a nice type checker that can be used...

idea

This is just an idea I had for making dependencies a little more dynamic. We could tie into the default npm `postinstall` script to launch a node script powered by...

enhancement
idea

Seems like a good solution for env vars https://github.com/mrsteele/dotenv-webpack

idea

Create react app does a nice job of detecting if a port is busy and offering to run the dev server somewhere else. I'd love to do that with molecule...

enhancement

This got me for a bit. I realized that I had copied over the boilerplate (but not hidden files), so none of my scripts worked that use `babel-node` so added...