I was impressed with ui-router-extras and state vis;
This repository adds ui-router-extras, todo to "mean-auth-starter";
Authentication: Built with the MEAN stack. (JWT, not passport)
$ git clone <this_repo_url>
$ cd todo-mean-auth-starter
$ npm install
$ nodemon server
heroku create <app_name>
heroku config:set NODE_ENV=production
heroku addons:create mongolab:sandbox
heroku config | grep MONGOLAB_URI
git push heroku master
heroku ps:scale web=1