Initialize a SolidStart app withDocumentation Index
Fetch the complete documentation index at: https://bun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.