Skip to content

GiTweeker/tractor

 
 

Repository files navigation

Tractor

This is an experiment project which implements a popular Chinese card game called Tractor (拖拉机) or Upgrade (升级).

Tech stack

Generator

Server side

  • Node.js
  • Express.js
  • Jade
  • MongoDB + Mongoose
  • Passport.js

Client side

  • Angular
  • Jade

Prerequisite

Node

brew install node

Grunt

npm install -g grunt-cli

Bower

npm install -g bower

MongoDB

brew install mongodb
mongod --config /usr/local/etc/mongod.conf

Setup

npm install
bower install

Run

grunt serve

Make sure your mongod is running

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 62.1%
  • ApacheConf 21.1%
  • HTML 14.8%
  • CSS 2.0%