An open API service indexing awesome lists of open source software.

https://github.com/Retro-Game-Chat/pok--chat

[DEPRECATED] Hackathon Build. Building multiplayer web game using Vue.js, Express, and the Vonage Conversation API.
https://github.com/Retro-Game-Chat/pok--chat

opensource pokemon vonage vuejs

Last synced: 6 months ago
JSON representation

[DEPRECATED] Hackathon Build. Building multiplayer web game using Vue.js, Express, and the Vonage Conversation API.

Awesome Lists containing this project

README

          

![PokéChat](./.github/banner.png)

# PokéChat

This Vue client requires [the PokéChat server](https://github.com/lukeocodes/pok--chat-server) to run. Check out [the demo](https://hackathon-pokechat.herokuapp.com/) and see it all working together.

## Project Setup

Create a `.env` file which contains `VUE_APP_API_URL` with a link to your [PokéChat server](https://github.com/lukeocodes/pok--chat-server).

It should look like this;

```shell
VUE_APP_API_URL=https://localhost:3000
```

And, install your dependencies;

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```

![Multiplayer Chat](https://media.giphy.com/media/iiPk2wggLLVpmJDyyt/giphy.gif)