Everything you need to build a Solid project, powered by solid-start
and tailwindcss.
pnpm dlx tiged riipandi/solid-start-minimal myapp-nameAfter installing dependencies with pnpm install, start the development server:
pnpm devBuild your app for production:
pnpm buildRun the built app:
pnpm startRun Storybook for UI component development:
pnpm storybookBuild Storybook:
pnpm storybook:buildCheck, format, and lint your code with Biome:
pnpm check
pnpm format
pnpm lintCheck types with TypeScript:
pnpm typecheck