The first thing I did was to create a new project with the Meteor CLI:
meteor create –example meteor-todos meteor add accounts-ui accounts-password accounts-facebook mongojs:mongo meteor run
I then added the TodoMVC app as an npm package and ran it.
Discription
It worked! The app is running on my local machine, but not on Heroku. So I read up on how to deploy apps to Heroku, which turned out to be pretty simple. First you need a git repository for your code (if you don’t already have one)
https://t.co/5TjjicM70m
References
Back to Main