[Work In Progress]
JavaScript debugging made simple.
You may also like jsbin or webpackbin, this is like jsbin and webpackbin had a baby and works offline.
HTML
andCSS
are saved on the fly, forJS
you need to presscmd/ctrl+s
manually to save it.- No
auto install
support, you can install deps in bin directory manually for now.
app/
: Main process, written with native ES6 supportsrc/
: Renderer process, bundle with Webpack
Basically you need to run yarn dev
in a tab and run yarn app
in another tab:
yarn dev
: Run in development modeyarn build
: Build in production modeyarn app
: Open Electron appyarn lint
: Run eslintyarn dist
: Distribute Electron app for mac/windows/linuxyarn dist:mac
: Distribute Electron app for macyarn dist:win
: Distribute Electron app for windowsyarn dist:linux
: Distribute Electron app for linux
MIT © EGOIST