Skip to content

React

React + TypeScript

react ts vite

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

Online Preview

React + Antd

react antd react-router lucide ts vite

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

Online Preview

React + Next.js + NextUI

react next-js next-ui tailwindcss ts vite

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

Online Preview