Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 288 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 288 Bytes

SimpleNoteApp

It's a cross plattform desktop application to save your notes. The backend is made with electron and the frontend with angular v4 (typescript).

Build

  1. Clone repository
  2. runnpm install to install all required node modules
  3. run with npm run electron