App for gathering event sign ins
- Install Meteor https://www.meteor.com/install
- git clone this repo
cd mobile-src
meteor --settings settings.json
- visit
http://localhost:3000/
We use the following frameworks:
- jQuery
- Underscore
- Q - a promise library
Acceptance tests are written using Chimp. See the webdriver.io documentation for how to interact with the browser in the spec tests.
Run meteor:
meteor --settings settings.json
Now go to your your features/support/*.feature
file and add the annotation @watch
to the feature or scenario you want to test while watching.
Run chimp:
npm install -g chimp
chimp --ddp=http://localhost:3000 --watch