Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

krchmkn/vue-chat

Repository files navigation

vue-chat

Specifications

Original text

Install

npm i

Run

You have to start the server first

npm run server

and then start the client

npm run dev

# or

npm run build
npm run preview

Run with Docker