Skip to main content
Initialize a SolidStart app with 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
Then run the development server with bun dev.
terminal
Open localhost:3000. Changes you make to src/routes/index.tsx are hot-reloaded automatically.
See the SolidStart docs to learn more.