Vue chat app This is a chat application that will allow two uses to chat in real-time via their browser. Demo Built with: Vue NPM Express SASS Node Socket.IO Getting started Cloning repo git clone https://github.com/mpeck99/chat-app.git Installing node_modules and packages npm install Running locally for development npm run start npm run serve Compiling and minifying for production npm run build Links and fixes file npm run lint