Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 468 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 468 Bytes

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