Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 329 Bytes

golang-react-app

Simple GoLang Backend service with React Frontend for a Chat application

Steps for enabling backend server:

  • cd /backend
  • docker build -t github.com/shashankg172/chat-app .
  • docker run -it -p 8080:8080 github.com/shashankg172/chat-app

Steps for starting frontend service:

  • cd /frontend
  • npm start