Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 398 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 398 Bytes

About the project

This is an attempt to create as slim and minimal setup for angular and electron as possible. Removing all the test files and other clutter, providing a separation between backend(electron) and frontend(angular).

How to run

  • Install dependencies with npm install
  • Run in development(with angular's live reload) npm run dev
  • Run in production (will add soon)