| section | api |
|---|---|
| title | dev |
| order | 1 |
| subsection | CLI |
| active | true |
solid-start dev starts a development server backed by Vite.
solid-start devsolid-start dev --opensolid-start dev --port 3000solid-start dev --config project/vite.config.ts --root projectroot,-r: The root directory of the project.port,-p: The port to run the server on.host,-h: The host to run the server on.open,-o: Open the browser to the running server.config: The path to the Vite config file.