This project is for creating the client-side desktop version of the TWDist app (ToDo-List app), made with Angular 19 and Electron
- Download this project and go to the dowloaded folder:
git clone https://github.com/DavMunHer/TWDist-Desktop
cd TWDist-desktop- Dowload the project dependencies:
npm install
# or
bun installFor starting developing in this project you can just run bun run start and it will automatically start a new Electron app with the content of the Angular app.