:bowtie: Mesos First! Mesos First!
requires a
node
version >= 6 and annpm
version >= 3.x.x
First, clone the repo via git:
git clone --depth=1 https://github.com/katallaxie/electron-react-preboot.git your-awesome-project
And then install dependencies with npm
.
$ cd your-awesome-project
$ npm i
you will find readly compiled files in
app
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a server sends hot updates to the renderer process:
$ npm run start
that’s it, you have your awesome Electron up an running
See electron-debug for more information.
This boilerplate is included following DevTools extensions:
You can find the tabs on Chrome DevTools.
To package apps for the local platform:
$ npm run publish
To package apps for all platforms:
First, refer to Multi Platform Build for dependencies.
MIT © Sebastian Döll