core-vite
v0.1.0
Published
This example provides a minimal setup to get Toolpad Core working in Vite with HMR, as well as routing with React Router.
Readme
Toolpad Core - Vite 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.
Clone using create-toolpad-app
To copy this example and customize it for your needs, run
npx create-toolpad-app@latest --example vite
# or
pnpm create toolpad-app --example viteand follow the instructions in the terminal.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:5173 with your browser to see the result.
