create-ersc-app
v0.2.0
Published
Scaffold an effective-rsc application with Bun
Maintainers
Readme
create-ersc-app
Create an effective-rsc application with Bun 1.4 or newer:
bunx create-ersc-app my-application
cd my-application
bun run devOpen http://localhost:18193. The scaffold includes strict TypeScript, Tailwind in src/styles.css,
and the exact Effect, React Canary, and react-server-dom-rspack versions tested with its framework
release. Bun may report a React peer warning because react-server-dom-rspack declares stable peer
ranges; retain the scaffolded compatible versions.
Omit the directory for an interactive prompt. Pass --no-install to create files without running
bun install, or --help for all options.
Application documentation also ships in
node_modules/effective-rsc/docs, with a combined node_modules/effective-rsc/LLMS.md reference.
