go-chat

The project is a vue implementation of a chat app built with golang as a backend. The project's backend code can be found here

Project setup

```
yarn install
```

Compiles and hot-reloads for development

```
yarn serve
```

Compiles and minifies for production

```
yarn build
```

Lints and fixes files

```
yarn lint
```

Customize configuration

See Configuration Reference.