A minimal react-scad project (TypeScript).
- Node.js 18+
- npm (or pnpm / yarn)
npm installnpm run dev — Use when developing: watches your files and re-runs on changes so the .scad output updates as you edit.
npm run devnpm start — Use for a single run: generates the output once and exits (e.g. one-off build, CI, or when you don’t need watch).
npm startMIT