Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 601 Bytes

Circle CI

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.

Running the app

meteor npm install
meteor

Scripts

To lint:

meteor npm run lint