This is a Todos example app built on the principles described in the Meteor Guide.
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.
meteor npm install
meteor
To lint:
meteor npm run lint