# app **Repository Path**: YLYU/app ## Basic Information - **Project Name**: app - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-18 - **Last Updated**: 2025-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite-template-redux Uses [Vite](https://vitejs.dev/), [Vitest](https://vitest.dev/), and [React Testing Library](https://github.com/testing-library/react-testing-library) to create a modern [React](https://react.dev/) app compatible with [Create React App](https://create-react-app.dev/) ```sh npx tiged reduxjs/redux-templates/packages/vite-template-redux my-app ``` ## Goals - Easy migration from Create React App or Vite - As beginner friendly as Create React App - Optimized performance compared to Create React App - Customizable without ejecting ## Scripts - `dev`/`start` - start dev server and open browser - `build` - build for production - `preview` - locally preview production build - `test` - launch test runner ## Inspiration - [Create React App](https://github.com/facebook/create-react-app/tree/main/packages/cra-template) - [Vite](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react) - [Vitest](https://github.com/vitest-dev/vitest/tree/main/examples/react-testing-lib)