Documentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
SolidStart currently relies on Node.js APIs that JSTime does not yet implement. The guide below uses JSTime to initialize a project and install dependencies, but it uses Node.js to run the dev server.
Initialize a SolidStart app with
create-solid.
As instructed by the
create-solid CLI, lets install our dependencies.
Then run the development server.
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.