Getter done – To get the job done without procrastination - Urban Dictionary
This is a simple todo app for desktop to getter' done!
Built with TypeScript, Electron and React. Project was set up mostly using the steps found here.
build— builds the whole project using webpack (webpack config can be found in the root).start:ui:dev— serves the UI on a local dev server on port 9000start:electron:dev— builds and runs main.ts without the UI.start:dev— builds and runs whole application in dev mode.start— builds and runs whole application.