Skip to content

mixj93/react-gin-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Gin Starter

Web starter kit using: React at frontend and golang, gin at backend.

Development

Frontend pages run on port 1234:

$ make frontend-install
$ make frontend-run

Backend pages run on port 5678:

$ make backend-run

NOTE: Browser should enable CORS when local develpment.

Build

$ make build-local
# For Linux
$ make build-cross

Then run ./build/main, website will be served on port 5678.