atakanyenel / goreact

Example Go (backend) React (frontend) Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goreact

This repo combines frontend react and Go backend by using Go's embed functionality. You get a single binary that has your assets in it.

Build & Run

# you need npm install in frontend first
go generate # builds react
go build
./goreact

About

Example Go (backend) React (frontend) Application


Languages

Language:JavaScript 36.4%Language:HTML 33.4%Language:CSS 18.0%Language:Go 12.2%