Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 440 Bytes

react-meteor-todomvc

A realtime todomvc built by react-web-meteor with meteor account system.

Preview

preview

Getting started

Please be sure you have installed meteor.

cd server && meteor npm install && meteor
cd client && npm install && npm start