Deploying Your App to Production
Before you deploy your app to real users, you'll want to make sure your application is secure and ready to onboard users to your app. This involves separating some operations to the server and others to the client.
The examples in Getting Started do everything on the client. The following examples demonstrate what should be on the server instead to ensure your application is secure.
At the root of your application:
In your components
directory: