Skip to content

1995parham-teaching/say-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Say Hello :wave

GitHub Workflow Status Codecov

Introduction

Sometimes we need to have a frontend besides the backend. This repository uses React to show how we can server a React build and then use API for communication.

Also, we are using the go 1.16 embed package, so you can use the binary with frontend where ever you want.

# starting from the project root directory
cd web/say-hello
npm run build

cd ../..
go build