📰 A twitter-like newsletter simulation using Go, Vue and Websockets
Make sure Go and Node.js are already installed on your PC.
Clone this repository and install all required dependencies:
$ go get
$ cd client
$ npm installBuild Vue project using following command in client directory:
$ npm run build
To run the server use following command in project root directory:
$ go run *.go
After this steps application is able in your browser at:
localhost:8080
