A case management prototype for Medical Examiners’ offices.
Have Node.js installed (try via Homebrew - http://blog.teamtreehouse.com/install-node-js-npm-mac)
Then:
npm install
- install dependencies
npm run watch
- for development: serve at localhost:3000 whilst watching for
scss, image, and js changes.
npm run build
- build assets