Skip to main content

Deploy the codebase

We have covered the most core features of Nest, and we have made a long way to get here, let’s celebrate … Oups, before we really celebrate, we need to ship our app to clients, in this last part, we will deploy the app we just built on.

To deploy the app, you can use any platform of your choice, you can use Render for this first part, the setup is straightforward, however, make sure in the start command you put yarn start:prod and make sure you have imported all our environment variables, to be injected to our app on build time.