This is an experiment project which implements a popular Chinese card game called Tractor (拖拉机) or Upgrade (升级).
- Node.js
- Express.js
- Jade
- MongoDB + Mongoose
- Passport.js
- Angular
- Jade
brew install node
npm install -g grunt-cli
npm install -g bower
brew install mongodb
mongod --config /usr/local/etc/mongod.conf
npm install
bower install
grunt serve
Make sure your mongod is running