Skip to content

Commit d296383

Browse files
committedApr 30, 2023
Add basic usage instructions to readme
1 parent 41dad3d commit d296383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎packages/vite-template-redux/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
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/)
44

5-
![Vite + React + Testing](https://user-images.githubusercontent.com/927220/179299319-6357c886-d220-4cfd-beff-f3ffbbf9ee89.png)
6-
7-
Using JavaScript? See the [JavaScript template](https://github.com/nickmccurdy/vite-react-testing).
5+
```sh
6+
npx degit reduxjs/redux-templates/packages/vite-template-redux
7+
```
88

99
## Goals
1010

0 commit comments

Comments
 (0)
Please sign in to comment.