NOTE this project is deprecated, please instead check out the react
branch of the Todos app: https://github.com/meteor/todos/tree/react
This is a Todos example app built using Meteor 1.3 + React, using ES2015 modules for file organization and NPM for managing React-related dependencies. The server side also follows the principles described in the Meteor Guide.
npm install
meteor
To lint:
npm run lint