Skip to content

Solid-Start Commands

Mode

sh
solid start mode

Set the rendering mode for solid to build for and use (ie. Client-Side Rendering (CSR), Server-Side Rendering (SSR), Static-Site Generation (SSG))

Options

OptionDescription
<mode>The rendering mode to use. One of the following: csr, ssr, ssg

Route

sh
solid start route

Creates a new route file in the file routes directory.

Options

OptionDescription
<path>The path to the new route
<name>The name of the .tsx file to be generated

Adapter

sh
solid start adapter

Used to setup a Solid-Start specific adapter.

Options

OptionDescription
<name>The name of the adapter string
--forceForce setup the adapater

Data

sh
solid start data

Creates a new data file at the given path

Options

OptionDescription
<path>The path to the new data file
<name>The name of the .data.ts file to be generated