@kode4/create-react-foundation
v0.9.0
Published
Scaffold a React app preconfigured with @kode4/react-foundation.
Maintainers
Readme
@kode4/create-react-foundation
Scaffold a React app preconfigured with
@kode4/react-foundation.
npm create @kode4/react-foundation@latest my-app
# or: npm init @kode4/react-foundation my-app
# or: npx @kode4/create-react-foundation my-app
cd my-app
npm install
npm run devIt copies the bundled template/ app, sets its package name, and prints the next
steps. The template is a minimal Vite + React + TypeScript app wired with the
library's provider stack, typed router, navigation menu, and two sample routes.
