typescript-with-electron-react-kit
typescript-with-electron-react-kit copied to clipboard
Don't just start your Electron app... TWERKit.
I updated the dependency versions to the latest versions and updated the code so the sanity checks passed. There are still some issues with the app displaying properly that I...
https://github.com/fuse-box/react-example/blob/master/fuse.js#L21 Wut? Should we look into this? Maybe it would help us in some way. ¯\\\_(ツ)\_/¯
Hi, I cloned the repo as instructed than ran `npm install` and `npm start`, the app starts, but is doesn't render anything. No errors are logged on console, I don't...
Hi, Can you please help me setup VSCode to be able to debug the main electron process? I'm pretty new to electron/node applications. I noticed that fusebox is doing some...
Hi, First, thank you for this. It’s so wonderful. Second, how can I run my app in “watch” mode (where presumably the tool watches my files for changes and recompiles...
Hi, When opening the dev console in the production build: `Connecting to fusebox HMR at ws://localhost:7992` This subsequently refuses to connect, and keeps trying again ad infinitum, filling up the...
The `rm` command line utility does not exist on Windows, so all scripts that require "clean" fail on Windows.
when calling `npm test` i got this error: ``` FAIL test\storyshots.test.ts ● Test suite failed to run C:\projects\easy-runner\node_modules\lodash-es\flattenDeep.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,global,jest){import baseFlatten from './_baseFlatten.js'; ^^^^^^ SyntaxError: Unexpected token import at ScriptTransformer._transformAndBuildScript (node_modules/jest-runtime/build/script_transformer.js:305:17)...
Im tring to use [react-select](https://github.com/JedWatson/react-select) component. This component uses its own css recommended way to use this component is ```JavaScript import Select from 'react-select'; import "react-select/dist/react-select.css"; ``` Bu I got...
Each time I close the application window, I cannot relaunch (using npm start), as I get this error: Error: listen EADDRINUSE 0.0.0.0:4925 at Object.exports._errnoException (util.js:1020:11) at exports._exceptionWithHostPort (util.js:1043:20) at Server._listen2...