Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vonderklaas/go-react-todos

This is a full-stack Go, React todo application. I've made it with help of Go's Fiber web framework, React with Vite on client, TS, swr and UI library
https://github.com/vonderklaas/go-react-todos

fiber go mantine react swr ts

Last synced: 19 days ago
JSON representation

This is a full-stack Go, React todo application. I've made it with help of Go's Fiber web framework, React with Vite on client, TS, swr and UI library

Awesome Lists containing this project

README

        

# go-react-todos

### How to run?

To start the server, run this command in back-end folder

``` go run main.go ```

To start the client, run this command in client folder

``` npm run dev ```