Example: you made the “todos” example, and it is running. Suddenly, you want to start a brand new project called “watermelon”. It was my assumption that I would be able to just cd ~/watermelon run meteor again, and have it switch. Not so. Suggestions? Maybe I should feature request this.
Meteor doesn’t show up in jobs either, so I can’t figure out how to kill it.
You should have no problem running multiple meteor projects at once, just make sure your running on different ports.
Note, meteor uses ports N+1 & N+2 (so don’t use port 3001 or 3002).