-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.waiting for 👍Waiting for upvotes. Open for community feedback and needs more interest to be worked on.Waiting for upvotes. Open for community feedback and needs more interest to be worked on.
Description
Summary 💡
In the examples we have:
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.
Examples 🌈
Motivation 🔦
Speed
Metadata
Metadata
Assignees
Labels
type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.waiting for 👍Waiting for upvotes. Open for community feedback and needs more interest to be worked on.Waiting for upvotes. Open for community feedback and needs more interest to be worked on.