Awesome
Angular2 + Electron + Webpack + Foundation6
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!
Installation
This starterkit runs with Node.js, Webpack and Electron. So be sure you have installed this packages globally on your machine.
1. Install npm
2. Install the webpack
command globally
npm install webpack -g
3. Install electron
command globally
npm install electron-prebuilt -g
Delivered commands for your deployment
# Install dependencies
npm install
# To build only
npm run build
# To watch for changes
npm run watch
# Start the Electron app
npm run electron
Issue Reporting
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.
Author
License
This project is licensed under the MIT license. See the LICENSE file for more info.