React Starter Kit:
https://github.com/kriasoft/react-starter-kit/blob/master/docs/getting-started.md
There’s so much going on with it, it’s hard to know where to start.
Passport:
It looks like by default it uses a Facebook login via Passport.
https://github.com/jaredhanson/passport-facebook
Sequelize:
The starter kit uses sequelize to do DB operations with an RDBS.
http://docs.sequelizejs.com/
FB OG framework:
https://github.com/facebookincubator/create-react-app
It uses a service worker to cache static assets, that’s kind of interesting:
https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app