Sign in
Log inSign up

Is there a boilerplate for a fullstack Node.js app with login email confirmations?

Connor Leech's photo
Connor Leech
·Apr 18, 2016

I am looking to build an app where users create an account with their emails and get an email asking to confirm their account. Once they click the link their account is created. This is a pretty basic design paradigm. Is there a node.js boilerplate or tutorial on how to build this? Bonus points if the front end uses Angular 1.x or React!