/electron-express-angular

Boilerplate of an electron application with express and angular

Primary LanguageJavaScript

Boilerplate of an Electron app using Express.js and Angular

Getting started

  • Dependencies : @angular/cli installed globally
    • install angular with npm : npm install -g @angular/cli
    • on macOS you can also install it via brew : brew install angular-cli

Install

  1. Install Node.js
  2. Run npm install

Run (dev)

(cd electron && npm start)

Build & Deploy

Please have a look at electron/package.json scripts to build for the desired platform.

(cd electron && npm linux64)