Skip to main content
Initialize a SolidStart app with 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
Then run the development server with bun dev.
terminal
Open localhost:3000. Any changes you make to src/routes/index.tsx will be hot-reloaded automatically.
Refer to the SolidStart website for complete framework documentation.