I've prepared a starterkit for everybody who likes to develope an application with the called technologies. It was kind of mess to deploye a nice workflow. All stylesheets are in SCSS and are compiled to a css file for faster develepoment.
Still under construction. Feel free to contribute!
This starterkit runs with Node.js, Webpack and Electron. So be sure you have installed this packages globally on your machine.
npm install webpack -g
npm install electron-prebuilt -g
# Install dependencies
npm install
# To build only
npm run build
# To watch for changes
npm run watch
# Start the Electron app
npm run electron
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker.
This project is licensed under the MIT license. See the LICENSE file for more info.