Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.49 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.49 KB

My App (my-app)

Prepare environment for development?

Technologies

Technology Role Sources
Go Backend programming language https://pkg.go.dev/std
TypeScript Frontend programming language https://typescriptlang.org
Vite Next Generation Frontend Tooling https://vitejs.dev/
Vue 3 Progressive JavaScript Framework https://vuejs.org/
Wails Build cross-platform desktop applications using Go https://wails.io/
UPX Ultimate packer for executables https://upx.github.io/
Swaggo Converts Go annotations to Swagger Documentation 2.0 https://github.com/swaggo/swag

Design Pattern Summary

Pattern Role Packages
Singleton Maintains read-only state for the backend included connections to database, logger, etc. app