https://github.com/sebgui/react-redux
React/Redux/TS : Redux Toolkit basics
https://github.com/sebgui/react-redux
Last synced: about 1 year ago
JSON representation
React/Redux/TS : Redux Toolkit basics
- Host: GitHub
- URL: https://github.com/sebgui/react-redux
- Owner: SebGui
- Created: 2024-12-09T22:45:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T14:20:14.000Z (over 1 year ago)
- Last Synced: 2025-02-07T06:18:03.871Z (over 1 year ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counter + getQuotes example
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/)
## Scripts
- `dev`/`start` - start dev server and open browser
- `build` - build for production
- `preview` - locally preview production build
- `test` - launch test runner