Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 325 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 325 Bytes

Meteor + React.js Simple Todo App

Based on the tutorial found here.

Setup

  1. Install Meteor

  2. To install packages, go to project directory and run: $ meteor npm install

  3. In project directory, start server: $ meteor