Skip to content

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzusko committed Aug 23, 2024
1 parent 393a4d4 commit 07d04af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# React + TypeScript + Vite
# React + TypeScript + Vite + Jest

This template is a result of `npm create vite@latest my-app -- --template react-ts` with a basic `jest` setup. It provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

[Live DEMO](https://codesandbox.io/p/github/ivanzusko/vite-template-react-ts-jest/main)

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expand Down Expand Up @@ -48,3 +51,5 @@ export default tseslint.config({
},
})
```

Take a look at [awesome-vite](https://github.com/vitejs/awesome-vite) for other awesome vite templates.

0 comments on commit 07d04af

Please sign in to comment.