Best practices for deployment
Hi,
MERN is really great, thanks!
Do you guys have any suggestion about the best way to deploy a project?
I mean, after running npm run build we will have the static, but how should we put the universal app in production?
How about using a CDN for th...