MEAN Stack multiplayer rpg
Welcome to rpgParty. Create a room on your home television to begin a quest. Have yourself and your friends join in to control and play as their own characters on their mobile devices.
- Install MongoDB, Node, and Angular cli
- Start MongoDB on port 27017
- In rpgParty root directory, run npm install
- In rpgParty root directory, run node index.js
- In rpgParty root/client directory, run npm install
- In rpgParty root/client directory, run ng serve
- Open browser to localhost:4200