Installation
Setup Toolpad to run on your own machine.
With Docker
Prerequisites
- A Docker and Docker Compose installation. Follow official instructions to get started.
Steps
Download our basic Docker Compose configuration:
curl -LO https://raw.githubusercontent.com/mui/mui-toolpad/master/docker/compose/docker-compose.yml
This file contains a basic configuration, setting up a database and the Toolpad application server. You can use it as a starting point or for local development.
Run the docker compose services with:
docker-compose -f docker-compose.yml up -d
Build and deploy applications on http://localhost:3000/.