Files
meteor/tools/tests/apps/modules/README.md
2016-01-11 15:31:32 -05:00

11 lines
204 B
Markdown

# modules
To run the tests, first install the npm dependencies, then run the app:
```sh
npm install
npm test # just does `meteor run`
```
then visit [localhost:3000](//localhost:3000) in your browser.