Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 513 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 513 Bytes

Angular-Material-Electron

A skeleton for making electron apps in Angular Material

See the Electron Quick Start here See the Angular Quick Start here

This repo is simply a merger of the two, with a controller added for good measure.

To use, clone the repo and run npm install in the directory, then run ./node_modules/.bin/electron . on *nix or .\node_modules\.bin\electron . on windows.