Skip to content

remix-run/react-router-templates

Repository files navigation

React Router Templates

You can quickly create a new React Router application from any of these templates using the create-react-router CLI.

# Using npm
npx create-react-router@pre --template react-router-templates/<template-name>

# Using pnpm
pnpm create react-router@pre --template react-router-templates/<template-name>

# Using Bun
bun create react-router@pre --template react-router-templates/<template-name>