Skip to content

Getting Started With Solid Start

Freestyle lets you build your Solid Start project with ease — you can get websockets, data storage and more up and with just Solid and TypeScript. To get started, create a new GitHub repository using our Solid Start Template

Once you have your repository set up, install the dependencies.

Terminal window
npm install

Then run the dev server.

Terminal window
npx freestyle dev

This will automatically run the Solid Start dev server and the freestyle dev server. Navigate to http://localhost:8910 to see your site. To learn more about the dev server, check our Dev Server Guide.

Deploying Your Site

First, you need to build your site. Run the following command:

Terminal window
npx freestyle build

This will create a ready to deploy build. You can deploy your site using the following command:

Terminal window
npx freestyle deploy