React + Next.js
All templates are based on React and Next.js
Blank
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-nextbash
$ yarn create runow your-app-name --template react-nextbash
$ pnpm create runow your-app-name --template react-nextbash
$ bun create runow your-app-name --template react-nextTailwind CSS
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-tailwindcssbash
$ yarn create runow your-app-name --template react-next-tailwindcssbash
$ pnpm create runow your-app-name --template react-next-tailwindcssbash
$ bun create runow your-app-name --template react-next-tailwindcssHero UI
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-herouibash
$ yarn create runow your-app-name --template react-next-herouibash
$ pnpm create runow your-app-name --template react-next-herouibash
$ bun create runow your-app-name --template react-next-herouiHeadless UI
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-headlessuibash
$ yarn create runow your-app-name --template react-next-headlessuibash
$ pnpm create runow your-app-name --template react-next-headlessuibash
$ bun create runow your-app-name --template react-next-headlessuiShadcn UI
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-shadcnuibash
$ yarn create runow your-app-name --template react-next-shadcnuibash
$ pnpm create runow your-app-name --template react-next-shadcnuibash
$ bun create runow your-app-name --template react-next-shadcnuiAnt Design
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-antdbash
$ yarn create runow your-app-name --template react-next-antdbash
$ pnpm create runow your-app-name --template react-next-antdbash
$ bun create runow your-app-name --template react-next-antdChakra UI
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-chakrauibash
$ yarn create runow your-app-name --template react-next-chakrauibash
$ pnpm create runow your-app-name --template react-next-chakrauibash
$ bun create runow your-app-name --template react-next-chakraui