repositorypackage
0.1.0
Repository: https://github.com/arumandesu/todo-app.git
Documentation: pkg.go.dev
# README
Todo App
Table of Contents
Technologies Used
Screenshots
Home Page
Add Todo Priority
Side Panel
Description and Tags
Themes
Delete Todo
Getting Started
Prerequisites
- Go version 1.22.2
- Wails version 2.9.0
run the following command to check if you have the required version of Wails installed:
wails doctor
Installation
Clone the repository:
git clone https://github.com/ARUMANDESU/todo-app.git
cd todo-app
go mod download
Running the Service
- Run the following command to start the service in development mode:
wails dev
- Run the following command to build the service:
wails build