Skip to content

Boilerplate of an electron application with express and angular

Notifications You must be signed in to change notification settings

roomm/electron-express-angular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Boilerplate of an electron application with express and angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%