create-solidrt
v0.0.40
Published
Readme
create-solidrt
Scaffold a new SolidRT project:
bun create solidrt my-app
cd my-app
bunx srt run src/index.tsxThis forwards to srt init from @solidrt/cli, which writes a starter project
(package.json, tsconfig.json, AGENTS.md, src/index.tsx) into a new, empty folder
and installs the dependencies.
