Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
/ stack Public archive

Example utilizing React + Golang + Docker, with live-reload

Notifications You must be signed in to change notification settings

dfontana/stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operations

  • docker-compose up: Launch backend api & frontend ui, both with hot reloading.
  • docker build . -t stack: Build the production image, tagged as "stack"
  • docker run -p 80:8080 stack: Run the latest stack image mapping host 80 to container 8080

About

Example utilizing React + Golang + Docker, with live-reload

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published