We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ffde5 commit e13e1f9Copy full SHA for e13e1f9
contributors.yml
@@ -83,3 +83,4 @@
83
- infoxicator
84
- KostiantynPopovych
85
- CanRau
86
+- dokeet
docs/start/tutorial.md
@@ -22,7 +22,7 @@ We'll be using [Vite][vite] for our bundler and dev server for this tutorial. Yo
22
👉️ **Open up your terminal and bootstrap a new React app with Vite:**
23
24
```sh
25
-npm create vite@latest -- --template react
+npm create vite@latest name-of-your-project -- --template react
26
# follow prompts
27
cd <your new project directory>
28
npm install react-router-dom@pre localforage match-sorter sort-by
0 commit comments