This is an empty boilerplate of the official Meteor Todos app. Use this repo as a clear reference on how to create templates, collections, testing, etc. My fork has the version at the time this boilerplate was created.
meteor npm install
meteor
To lint:
meteor npm run lint
This boilerplate comes with CircleCI configuration To show CI badge, after the project was successfully configured at Circle CL, this is the code to get the badge:
[![Circle CI](https://circleci.com/gh/GITHUB_USERNAME/GITHUB_PROJECTNAME.svg?style=svg)](https://circleci.com/gh/GITHUB_USERNAME/GITHUB_PROJECTNAME)