Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 906 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 906 Bytes

rtd-laika-meteor-boilerplate

==========================

A boilerplate combining Meteor framework http://meteor.com, RTD test runner http://volvio.github.io and meteor boilerplate http://matteodem.github.io/meteor-boilerplate/ that contains Laika test framework http://arunoda.github.io/laika/

This allows to setup unit and automatic tests using RTD and integration tests using Laika.

Usage:

Clone repository

Setup boilerplate

  • ./setup_boilerplate.sh

Start meteor

  • cd app; meteor

Additional information:

  • Reactive development using RTD: cd test/rtd; grunt
  • Running laika tests: http://arunoda.github.io/laika/
  • Meteor boilerplate commandline: cd app;/ ./meteor-boilerplate

Please bear in mind that this repository depends on two (great) independent repositories (git submodules).

Enjoy!