Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 458 Bytes

NOTES.md

File metadata and controls

28 lines (18 loc) · 458 Bytes

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