SolidStart currently relies on Node.js APIs that Bun does not yet implement. The guide below uses
Bun to initialize a project and install dependencies, but it uses Node.js to run the dev server.
Initialize a SolidStart app with
create-solid
.
terminal
As instructed by the
create-solid
CLI, let’s install our dependencies.
terminal
Then run the development server.
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.