Designs: Marvel app
Project management: Waffle.io
This is an open source six minute walk distance calculator often used for the six minute walk test. If you are familiar with nursing, cardiac rehabilitation (phase 2), pulmonary rehabilitation this may make sense to you.
- git
- nodejs
- npm
- ionic v2
- clone this project
git clone [email protected]:neilbo/six-minute-walk-distance.git
- install ionic
npm install -g ionic cordova
- run ionic serve
ionic serve
orionic serve -l
- Install ios deploy
sudo npm install -g ios-deploy --unsafe-perm=true --allow-root
- Install ios sim
sudo npm install -g ios-sim
Follow this guide by @roblouie for setup unit tests
Uses
Please read for adding unit tests to ionicframework
- https://forum.ionicframework.com/t/ionic-2-x-official-unit-testing-example/83527
- https://github.com/driftyco/ionic-unit-testing-example
- http://roblouie.com/article/376/ionic-2-set-up-unit-testing-the-best-way/
- https://github.com/roblouie/unit-testing-demo
Run unit tests: in another terminal window
npm test
Will open it up in Chrome where you can debug
Unit tests:
- Should live alongside the components they test
- Should be named after component but with .spec appended
conversion-service.ts
conversion-service.spec.ts
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
TODO: Write credits
TODO: Write license