You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we copy the whole repository, it's slow. I did a test from a location that doesn't have a great internet connection, it took 437s to create vs. Next.js npx create-next-app@latest which took 90s. It's x4 faster. maybe could create a CLI for something that doesn't download the whole repository.
Toolpad has something similar npx create-toolpad-app@latest but different, it's a CLI that allows you to create you first project with a suite of questions to answer to. It's equivalent to Next.js npx create-next-app@latest.
Summary 💡
In the examples we have:
https://github.com/mui/material-ui/tree/c82e4a8985a7ec38dd9b829a1aa7f84756b164df/examples/base-ui-vite-tailwind-ts#how-to-use
we copy the whole repository, it's slow. I did a test from a location that doesn't have a great internet connection, it took 437s to create vs. Next.js
npx create-next-app@latest
which took 90s. It's x4 faster. maybe could create a CLI for something that doesn't download the whole repository.Toolpad has something similar
npx create-toolpad-app@latest
but different, it's a CLI that allows you to create you first project with a suite of questions to answer to. It's equivalent to Next.jsnpx create-next-app@latest
.Examples 🌈
Motivation 🔦
Speed
The text was updated successfully, but these errors were encountered: