chat-frontend icon indicating copy to clipboard operation
chat-frontend copied to clipboard

(Unmaintained) :speech_balloon: Chat Application powered with Vue.js+RocketIO

Chat App Frontend

HoundCI

Full SPA chat application powered with Vue.js

Backend server is here: https://github.com/IzumiSy/chat-api-server

Setup

Install dependencies

$ npm install

Edit API server url

$ cp .env.sample .env
$ vi .env

Run

$ npm start

Build

$ npm run build