I am new to remix (not to js and web dev though) and gonna write my first project on it.
My stack is:
- taiwind (which is see pretty everywhere. GOOD)
- vite (good)
- typescript
- mysql (bad because I haven’t found any template supporting it. BAD)
- no specific CI/Deploy pipeline (and not gonna to invest dev time now)
- session-cookie based user auth
- zero knowledge in client side testing (please advice some test framework for beginner)
- own hosting with nodejs and pm2 behind nginx.
I see that there is no template with this stack and either one requires adjustements.
What would you advice to take for customization to fit my needs