Skip to content

A clone of Jackbox's multiplayer Quiplash game made with Vue.js

Notifications You must be signed in to change notification settings

rosalexander/vue-quiplash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshots

Homepage

Homepage

Lobby

Lobby

Answer Round

Answer Round

Voting Round

Voting Round

Winner Results

Winner Results

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# run redis at localhost:6379
redis-server

# run express server
cd server
node app.js