A chat application build with go (server side) and React.
- cd into the directory with
main.go
file. - On your command line, type
go run main.go
- cd into your project folder.
- On your command line, type
npm start
Credits to Ed Zynda
I changed the view from Vue to React.