create-solid. You can specify the --solidstart flag to create a SolidStart project, and --ts for TypeScript support. When prompted for a template, select basic for a minimal starter app.
terminal
As instructed by the
create-solid CLI, install the dependencies.
terminal
bun dev.
terminal
src/routes/index.tsx will be hot-reloaded automatically.
Refer to the SolidStart website for complete framework documentation.