/vite-react-template-redux

The unofficial Redux template for Vite React

Primary LanguageJavaScript

vite-react-template-redux

The (un)official Redux (JS+TS) template for Vite React.

Usage

To use a template within your project, use degit to scaffold your project.

JavaScript

Use nvh95/vite-react-template-redux/javascript to create a project with JavaScript.

npx degit nvh95/vite-react-template-redux/javascript my-app

# or

npx degit nvh95/vite-react-template-redux/javascript my-app --yarn

TypeScript

Use nvh95/vite-react-template-redux/typescript to create a project with TypeScript.

npx degit nvh95/vite-react-template-redux/typescript my-app

# or

npx degit nvh95/vite-react-template-redux/typescript my-app --yarn

For more information, please refer to: