hangman game web-app created with node, mongo, and vue
git clone https://github.com/landor/node-hangman
cd node-hangman/node-server
docker-compose up -d
npm install
gulp build
npm start
Now open your browser to http://localhost:3000
When finished, if you are using Mongo in the docker instance:
docker-compose down
npm test