create-solid. Pass 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
Install the dependencies.
terminal
bun dev.
terminal
src/routes/index.tsx are hot-reloaded automatically.
See the SolidStart docs to learn more.