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-next
bash
$ yarn create runow your-app-name --template react-next
bash
$ pnpm create runow your-app-name --template react-next
bash
$ bun create runow your-app-name --template react-next
TailwindCSS
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-tailwindcss
bash
$ yarn create runow your-app-name --template react-next-tailwindcss
bash
$ pnpm create runow your-app-name --template react-next-tailwindcss
bash
$ bun create runow your-app-name --template react-next-tailwindcss
NextUI
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-nextui
bash
$ yarn create runow your-app-name --template react-next-nextui
bash
$ pnpm create runow your-app-name --template react-next-nextui
bash
$ bun create runow your-app-name --template react-next-nextui
HeadlessUI
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-headlessui
bash
$ yarn create runow your-app-name --template react-next-headlessui
bash
$ pnpm create runow your-app-name --template react-next-headlessui
bash
$ bun create runow your-app-name --template react-next-headlessui
ShadcnUI
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-next-shadcnui
bash
$ yarn create runow your-app-name --template react-next-shadcnui
bash
$ pnpm create runow your-app-name --template react-next-shadcnui
bash
$ bun create runow your-app-name --template react-next-shadcnui