lastcoolnameleft / sobriquet

My attempt at an online version of Moniker's during this pandemic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sobriquet

My attempt at an online version of the popular party game Monikers during this crazy pandemic.

Building and running on localhost

Window #1 - Backend

git clone https://github.com/lastcoolnameleft/sobriquet.git
cd sobriquet/server
npm install
npm run start-dev

Window #2 - Frontend

cd sobriquet/client
npm install
npm run start-dev

In your browser, go to: http://localhost:8080/

Credits

Thanks to:

About

My attempt at an online version of Moniker's during this pandemic

License:MIT License


Languages

Language:JavaScript 86.9%Language:Vue 9.6%Language:TypeScript 3.1%Language:CSS 0.3%Language:HTML 0.1%Language:Dockerfile 0.1%