Skip to content

Commit

Permalink
📝 Added example site url
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishGarg committed Dec 5, 2021
1 parent 57c6646 commit c33d108
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

**Note:** You can remove `react-icons` as it is only installed for the example.

## Quick Clone:

```shell
npx degit KrishGarg/vite-react-vendor-split-template#main
```

## Example:

Keep looking in the Network tab and the Sources tab to see the real power of code splitting.

https://vite-react-vendor-split.surge.sh/

## So, what is this?

First of all, if you don't know what code-splitting is, I would suggest checking the [official page](https://reactjs.org/docs/code-splitting.html) in the react docs.
Expand Down

0 comments on commit c33d108

Please sign in to comment.