Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 322 Bytes

NOTES.md

File metadata and controls

11 lines (8 loc) · 322 Bytes

Initialize Go app

go mod init github.com/heyjdp/go-react-todo

Install Fiber v2

go get -u github.com/gofiber/fiber/v2

Create client app with Vite

yarn create vite client -- --template react-ts

Install dependencies

yarn add @mantine/hooks @mantine/core @mantine/form swr @primer/octicons-react @emotion/react