Skip to content

Commit

Permalink
Update create-vite to use typescript for react (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwanth2804 authored Nov 15, 2023
1 parent d1428b7 commit 6d10e59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _examples/how-to-add-google-login-to-your-sst-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ $ npx create-vite@latest web --template react
$ cd web
$ npm install
```
For a react `TypeScript` project

```bash
npx create-vite@latest web --template react-ts
```

This sets up our React app in the `web/` directory.

Expand Down

0 comments on commit 6d10e59

Please sign in to comment.