This example provides a minimal setup to get Toolpad Core working in Vite with HMR, as well as routing with React Router.
This example provides a minimal setup to get Toolpad Core working in Vite with HMR, as well as routing with React Router.
create-toolpad-appTo copy this example and customize it for your needs, run
``bash`
npx create-toolpad-app@latest --example viteor
pnpm create toolpad-app --example vite
and follow the instructions in the terminal.
First, run the development server:
`bash``
npm run devor
yarn devor
pnpm devor
bun dev
Open http://localhost:5173 with your browser to see the result.