Skip to content

kethan1/Simple-To-Do-App

Repository files navigation

Simple-To-Do-App

Hi, this is a Simple To Do App I built with electron (electron-forge template).

How to Run

Production Builds

These can be found in Github Releases, link here: https://github.com/kethan1/Simple-To-Do-App/releases/latest.

Running Dev

To Run Code:

Make sure you have Node.js, npm and yarn (installable with npm install -g yarn) installed.

Download this repo and unzip the folder. cd into the folder. Then, run the below commands:

yarn

Commands documented here: https://www.electronforge.io/cli#commands

Pull requests and issues are welcome, and appreciated!