This app is a remake of Meteor's simple todo app, written with React and Meteor-Client-Bundler.
(1) Install node modules:
$ npm install
(2) Bundle Meteor-client:
$ npm run bundle-meteor-client
(3) Start the API server:
$ npm run api
(4) Start the app:
$ npm start