Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 807 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 807 Bytes

Meteor Boilerplate ES6

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.

Running the app

meteor npm install
meteor

Scripts

To lint:

meteor npm run lint

Continuous integration

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)