Skip to content
+

Build and Deploy

With Toolpad Core, you can build and deploy on your own terms

Install step

Install required depdencies via:

npm install

Build step

This command creates an optimized production build for the app and outputs the generated files:

npm run build

Start step

Once the build has been made, you can deploy it to any service of your choice!

To serve the app once built, run:

npm run start