wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.81k stars 1.19k forks source link

"Going into production" docs update #2373

Open infomiho opened 4 days ago

infomiho commented 4 days ago

This is the first PR in the deployment docs series, it covers:

The idea is to have general concepts of deployment explained first: Wasp app structure (it's React + Node.js + database), env variables, database (migrations, connecting to the DB) and then describe deployment methods. There are some CI/CD things I'd like to mention and then some extras like custom domains, CDNs etc.

Screenshot 2024-11-18 at 15 41 21

I'll be branching from this branch when I'll write the other parts of the deployment docs: