Skip to content

Commit

Permalink
Update tutorial.md (#9233)
Browse files Browse the repository at this point in the history
  • Loading branch information
dokeet authored Sep 10, 2022
1 parent b8ffde5 commit e13e1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@
- infoxicator
- KostiantynPopovych
- CanRau
- dokeet
2 changes: 1 addition & 1 deletion docs/start/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We'll be using [Vite][vite] for our bundler and dev server for this tutorial. Yo
👉️ **Open up your terminal and bootstrap a new React app with Vite:**

```sh
npm create vite@latest -- --template react
npm create vite@latest name-of-your-project -- --template react
# follow prompts
cd <your new project directory>
npm install react-router-dom@pre localforage match-sorter sort-by
Expand Down

0 comments on commit e13e1f9

Please sign in to comment.