I've been busy developing a project starter template which includes an Angular client-side as well as an Express server.
So far it's been a huge time saver having a project with authentication, session management and a database connection plugged into it. All I need to do is edit the environment variables to my configuration wishes.
Since this weekend I can start new projects based on the starter template and just focus on my application logic instead of any authentication/session configuration.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I've been busy developing a project starter template which includes an Angular client-side as well as an Express server.
So far it's been a huge time saver having a project with authentication, session management and a database connection plugged into it. All I need to do is edit the environment variables to my configuration wishes.
Since this weekend I can start new projects based on the starter template and just focus on my application logic instead of any authentication/session configuration.