Skip to content

reduxjs/redux-templates

Repository files navigation

Redux Project Templates

This monorepo contains the official Redux templates for Vite, Create-React-App, and (eventually) more.

For installation and setup instructions, see the README file in each project template folder under ./packages/.

Currently, this repo contains these templates:

  • vite-template-redux: Vite, with TypeScript
  • cra-template-redux-typescript: Create-React-App, with TypeScript
  • cra-template-redux: Create-React-App, with JavaScript