The easiest way to run MUI Toolpad locally is through docker-compose.
NOTE: MUI toolpad is in preview, do not run this in production.
Make sure you have the following tools installed:
- Docker
- docker-compose
- git
- Download the docker compose file
curl -LO https://raw.githubusercontent.com/mui/mui-toolpad/master/docker/compose/docker-compose.yml
- Start the docker compose services
docker-compose -f docker/compose/docker-compose.yml up -d
MUI Toolpad will be accessible under http://localhost:3000/
.