Create a Solid Project in SolidJS
From the SolidJS cheat sheet ยท Setup ยท verified Jul 2026
Create a Solid Project
Use create-solid with a recent Node.js release and start the dev server.
bash
# Use the latest Node.js LTS release
node --version
npm init solid@latest๐ create-solid is the official Solid project scaffolder
๐ก Choose SolidStart only when you need the full-stack framework
๐ The generated package scripts depend on the selected template
๐ฏ Start with TypeScript for typed component props and signals
installcreate-solidnodejstypescript
Continue with SolidJS
Save the full cheat sheet or work through every related task.