All Projects → appelgriebsch → Electron Boilerplate

appelgriebsch / Electron Boilerplate

Licence: mit
An Electron boilerplate project using AngularJS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Electron Boilerplate

Angular Material Design Lite
A tiny Angular wrapper for Material Design Lite
Stars: ✭ 203 (+407.5%)
Mutual labels:  material, angularjs
Laravel5 Angular Material Starter
Get started with Laravel 5.3 and AngularJS (material)
Stars: ✭ 1,692 (+4130%)
Mutual labels:  material, angularjs
Angular Material Dashboard
Angular admin dashboard with material design
Stars: ✭ 1,321 (+3202.5%)
Mutual labels:  material, angularjs
Materializecss Autocomplete
Small material design autocomplete library for materializecss
Stars: ✭ 9 (-77.5%)
Mutual labels:  material, angularjs
Onthefly
🔗 Generate TinySVG, HTML and CSS on the fly
Stars: ✭ 37 (-7.5%)
Mutual labels:  angularjs
Angular Drag Scroll
Lightweight drag to scroll directive for AngularJS
Stars: ✭ 35 (-12.5%)
Mutual labels:  angularjs
Readablebottombar
Yet another material bottom bar library for Android
Stars: ✭ 977 (+2342.5%)
Mutual labels:  material
Smart Kyc
An opensource KYC web application
Stars: ✭ 34 (-15%)
Mutual labels:  angularjs
Depli
A handsome JVM monitoring dashboard
Stars: ✭ 39 (-2.5%)
Mutual labels:  angularjs
Alfred Mdi
Alfred 3 workflow to find Material Design Icons
Stars: ✭ 38 (-5%)
Mutual labels:  material
Soqlbuilder
Node.js and AngularJs based Query Builder for Salesforce using OAuth2 and REST API
Stars: ✭ 37 (-7.5%)
Mutual labels:  angularjs
Bluetooth State View
Material design animated Bluetooth state view for Android
Stars: ✭ 36 (-10%)
Mutual labels:  material
Flutter Neumorphic
A complete, ready to use, Neumorphic ui kit for Flutter, 🕶️ dark mode compatible
Stars: ✭ 988 (+2370%)
Mutual labels:  material
Tested
Angular Material in MEAN Stack Website Source
Stars: ✭ 35 (-12.5%)
Mutual labels:  angularjs
Quasar Awesome
🎉 A list of awesome things related to Quasar
Stars: ✭ 995 (+2387.5%)
Mutual labels:  material
Flat Remix Kde
Flat Remix is a KDE theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
Stars: ✭ 35 (-12.5%)
Mutual labels:  material
Materialsearchview
Android Search View based on Material design guidelines.
Stars: ✭ 987 (+2367.5%)
Mutual labels:  material
Trycode
Open-source realtime collaborative code editor on Babel, NodeJS, AngularJS, Socket.io, ACE - http://trycode.pw
Stars: ✭ 38 (-5%)
Mutual labels:  angularjs
Dejajs Components
Angular components
Stars: ✭ 37 (-7.5%)
Mutual labels:  material
Hhu course
HHU-CS 河海大学计算机专业课资料汇总
Stars: ✭ 37 (-7.5%)
Mutual labels:  material

electron-boilerplate

An electron boilerplate project incl. PouchDB, AngularJS + Material Design

JavaScript Style Guide

Included modules

Getting started

  • install node.js (at least Node 4.4.x+ and NPM 2.14.x+ required) from here
  • install Git from here
  • install Python 2.7 from here and add the installation directory to your system path variable
  • For Windows, install Windows SDK for Windows Server 2008 and .NET Framework 3.5 from here
  • For Windows, install Visual Studio 2013/2015 (Express for Desktop is sufficient).
  • clone git repository (git clone -b angularjs https://github.com/appelgriebsch/electron-boilerplate.git ./myproject)
  • open terminal and run npm install to install dependencies
  • start application in debug by executing npm start in terminal

Screenshot

screenshot

Build Distributable Packages

  • on OS X (10.9+): creates application bundle and distributable disk image (x64 only, Mac AppStore compatible variant incl.)

    npm run build:osx             // will execute sub-tasks npm run build:osx-app (standalone) and npm run build:osx-mas (Mac AppStore version)
    
  • on Windows (7+): creates application .exe and distributable setup.exe (x86 and x64)

    npm run build:win32         // will execute sub-tasks npm run build:win32-ia32 and npm run build:win32-x64
    
  • on Linux (Ubuntu/Fedora): creates application and distributable packages for deb-style and rpm-style distributions (x86 and x64)

    npm run build:linux       // will execute sub-tasks npm run build:linux-ia32 and npm run build:linux-x64
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].