1
vote
0answers
147 views

Express app single page web application – client and server-side templates for before and after login

I am building a single page web application with Express.js on the back-end. However, I want to keep the login/register/homepage to the application (before you login) separate from the single page ...