diff --git a/examples/prebuilt-react-integration/README.md b/examples/prebuilt-react-integration/README.md index f768e33fc9..375059f0b5 100644 --- a/examples/prebuilt-react-integration/README.md +++ b/examples/prebuilt-react-integration/README.md @@ -1,8 +1,5 @@ -# React + Vite +### Running locally -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +run `yarn build` at the root level of the repo. -Currently, two official plugins are available: - -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh +Then navigate to this folder and run `yarn dev` \ No newline at end of file diff --git a/examples/prebuilt-react-integration/favicon.ico b/examples/prebuilt-react-integration/favicon.ico new file mode 100644 index 0000000000..b8c66a6924 Binary files /dev/null and b/examples/prebuilt-react-integration/favicon.ico differ diff --git a/examples/prebuilt-react-integration/index.html b/examples/prebuilt-react-integration/index.html index 0c589eccd4..895cbcd8ce 100644 --- a/examples/prebuilt-react-integration/index.html +++ b/examples/prebuilt-react-integration/index.html @@ -2,9 +2,9 @@
- + -