jporter-dev / codewords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: This project is no longer maintained and the site has been taken down.

Blog Series

To read more about how this project came to fruition and how to build an app using the same technologies, follow the links below!

Large Player View

Player - mobile Spymaster - mobile

Development

The app uses flask as its back-end and webpack as a front-end dev server.

Prerequesites

Run in Development

./run.sh development
# or run the docker-compose command manually
docker-compose -f docker-compose.yml -f docker-compose.development.yml up --build
# navigate to localhost:8080 in browser

Production

./run.sh production

About


Languages

Language:Vue 59.0%Language:Python 20.9%Language:JavaScript 16.3%Language:HTML 2.7%Language:Dockerfile 0.5%Language:Shell 0.5%