The (un)official Redux (JS+TS) template for Vite React.
To use a template within your project, use degit to scaffold your project.
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
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:
- Getting Started – How to create a new app with Vite.
- User Guide – How to develop apps bootstrapped with Vite.