Skip to content

krauchuk/electron-todo

Repository files navigation

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