Luna is a Golang-based framework that leverages the Echo web framework for server-side rendering (SSR) of React applications. It provides a seamless, full-stack development experience for building dynamic and performant web applications, making it ideal for full-stack developers looking to integrate the power of Golang on the backend with the flexibility of React on the frontend.
$ git clone git@github.com:Djancyp/lunaexample.git
cd lunaexample
cd frontend
npm install
go mod tidy
go run main.go