Frontend code for WordCannon.
git clone https://github.com/WordCannon/web.git
cd web
npm install
npm start
Open a browser and go to http://localhost:8888
docker build -t wordcannon/web .
docker run --rm -p 8888:8888 wordcannon/web
Word animation code from Random Words! - MIT License