Skip to content
Discussion options

You must be logged in to vote

My mistake! I checked the help output and the correct flag is --immediate (or -i), not --install and --start:

npm create vite@latest my-app -- --template react --immediate

This will install dependencies and start the dev server automatically.

For all features together:

npm create vite@latest my-app -- --template react --rolldown --immediate

Thanks for testing and pointing that out!

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@codayon
Comment options

@marcusvramos
Comment options

Answer selected by codayon
@codayon
Comment options

@marcusvramos
Comment options

@codayon
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants