1.0.0 • Published 8 years ago

tabletop.js v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

TableTop.JS

TableTop.JS will be designed to embody the following principles:

  • Oriented toward new developers
  • Rapidly publishable
  • Flexible but simple
  • Well-documented and testable
  • Advanced features for veteran developers

How to setup environment

  • Download npm brew install npm
  • Download webpack npm install -g webpack
  • npm install (needed whenever there's an update to node modules) npm install
  • Compile JS npm run webpack
  • To run the tests npm run test