Chapter 1 Assignment

Build + install + uninstall

The brief

Scaffold `field-pos --desktop`, run `wails dev`, then `wails build -nsis`. Install the resulting Setup.exe, launch the app from the Start menu, uninstall via Settings.

You've completed this when

  • wails dev opens a window in <5s
  • Setup .exe installed without UAC prompt (per-user install)
  • App launches from Start menu and uninstalls cleanly

Worked through every criterion?

Push your code to GitHub, paste the link in your notes.md, and move on.

Continue to ch.2: Offline-First