NOTES Setup Commands 1. Initialize the Go application [server] go mod init github.com/RootProgrammer/todo-application 2. Install Fiber [server] go get -u github.com/gofiber/fiber/v2@latest 3. Create Client App With Vite [root] npm init vite@latest client -- --template react-ts 4. Install Dependencies [client] npm install @mantine/hooks @mantine/core swr @primer/octicons-react