Skip to content

Commit

Permalink
Add run command to vite-spa README
Browse files Browse the repository at this point in the history
  • Loading branch information
E-Kuerschner committed Jan 9, 2025
1 parent 678509d commit f075752
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion demos/vite-spa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

This example encapsulates a traditional React Single Page application, bundled and served (in dev) using **Vite**.

The app was setup using the Vite generator e.g. `yarn dlx create-vite@latest`
The app was setup using the Vite generator e.g. `yarn dlx create-vite@latest`

## Run

```bash
yarn workspace vite-spa start
```

0 comments on commit f075752

Please sign in to comment.