Deployment
Deploying a Toolpad app is like deploying any other React application.
Build steps
This command will create an optimized production build for the Toolpad app and will output the generated files:
npm run build
Once the build has been made, you can deploy it to any service of your choice!
To serve the app once built, run:
npm start