Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 375 Bytes

Chat Application Frontend

An frontend of chat application built using nuxt.js

Build Setup

# install dependencies
$ npm install # Or yarn install

# copy and setup .env
cp .env.example .env

# serve with hot reload at localhost:3000
# service worker is disabled in dev
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start