Skip to content

mackbrowne/meteor-react-base

 
 

Repository files navigation

Circle CI

This is a Todos example app built on the principles described in the Meteor Guide. This app uses the module functionality introduced in Meteor 1.3.

This branch (react) implements the UI in React. You can read more about using React in Meteor in the Meteor guide article on the subject.

Running the app

meteor npm install
meteor

Scripts

To lint:

meteor npm run lint

Testing

Create a code coverage settings file called "settings.coverage.json"

{
    "coverage": {
        "coverage_app_folder": "/Users/USERNAME/path/to/meteor-react-base",
        "is_coverage_active": true,
        "verbose": true
    }
}

About

The example app "Todos", written following the Meteor Guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • CSS 21.8%
  • HTML 0.5%