/waterline_scaffold

Testing a waterline+TypeScript scaffold

Primary LanguageTypeScript

waterline_scaffold

Install prerequisites

  1. node & npm (tested with node v4 and npm v3.3.4 on Ubuntu 15.04 x64)
  2. Run: npm install -g tsd typescript
  3. cd to directory you've cloned this repo into
  4. Run: npm install
  5. Run: tsd install

Compile+run app

tsc --sourcemap --module commonjs db.ts && npm start