src/data/question-groups/full-stack/content/cloud-deployment.md
A full-stack application includes one or more web pages, a backend (which usually involve microservices) and some sort of storage engine (i.e a database).
To deploy all of that together, you have to:
npm run build). Ensure the back-end is production-ready (e.g., environment variables, database setup).