meteor create simple-todos-angular
cd simple-todos-angular
meteor
open http://localhost:3000
#meteor
#london
meteor remove react
it'll also remove react-meteor-data
which you might want to add back in, and since jsx compiles to js, you need to import React from 'react'
wherever you're using ReactDOM
, even if not using React
yourself.