Multiplayer UNO game with Node.js and Vue
Set up development environment
-
Install docker, docker-compose, Node.js/npm
-
Clone repo
-
Build Vue client
npm install
npm run build
- Run Node server on localhost:80 (might need to change some config to allow it to run on port 80, or change used port to 3000 in server.js)
node server.js
- Or, to run dockerised Node.js app accessible in your local network
docker-compose up
Used libraries/frameworks
- Node.js
- Vue.js
- Gsap animation library
- Font Awesome