Installation
Setup Toolpad to run on your own machine.
Create a Toolpad app
Start by opening a terminal and cd
into a folder you'd like to create your application in.
Then run the command:
npx create-toolpad-app@latest my-toolpad-app
This will run the create-toolpad-app
CLI which initializes the directory ./my-toolpad-app
with a Toolpad application.
Run the Toolpad editor
Change the current working directory to the application folder:
cd my-toolpad-app
Then start the development mode
npm run dev
This starts the development server on port 3000
or the first available port after that and opens the browser to the Toolpad editor.