Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 688 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 688 Bytes

electron-todo

A simple application to manage your tasks. image

Also supports Touch Bar: image

Warning Tested only on MacOS, so may not work correctly on Windows/Linux

Development

  1. Install dependencies: npm install
  2. Run app:
    • Desktop app - npm start
    • Web app - npm run start:web

Build

MacOS: npm run build:mac
Windows: npm run build:win
Linux: npm run build:linux
Web App: npm run build