React
React + TypeScript
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-ts
bash
$ yarn create runow your-app-name --template react-ts
bash
$ pnpm create runow your-app-name --template react-ts
bash
$ bun create runow your-app-name --template react-ts
React + Antd
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-antd
bash
$ yarn create runow your-app-name --template react-antd
bash
$ pnpm create runow your-app-name --template react-antd
bash
$ bun create runow your-app-name --template react-antd
React + Next.js + NextUI
Quick Start
bash
# npm 7+, extra double-dash is needed:
$ npm create runow@latest your-app-name -- --template react-nextjs-nextui
bash
$ yarn create runow your-app-name --template react-nextjs-nextui
bash
$ pnpm create runow your-app-name --template react-nextjs-nextui
bash
$ bun create runow your-app-name --template react-nextjs-nextui