Node, MongoDB, Bower
- run
npm i
- run
bower i
- Start up a local instance of mongo
- Rename env-sample.json to env-dev.json and add the path to your local mongo instance
- run
grunt dev
Tests use Jasmine 2 run with Karma
Tests are run as part of all the grunt steps, however you can do some nice TDD by running
npm test
This will start an auto-watch instance of the karma runner.
To update the app version
- From the root, run
./bin/version "<next version id">
- This means that
./bin/version "1.0.1"
would bump the version up to 1.0.1. This then committed and ready to push.