Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

peteringram0/grpc-go-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPC Between Go + Vue (Typescript)

Setup

$ bash scripts/setup.sh

Develop

& bash scripts/docker-run.sh # Starts up docker service
$ go run server/server.go # Run the go service
$ cd client && yarn run serve # Run the client development services