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 7759e8e commit 0999f6fCopy full SHA for 0999f6f
contributors.yml
@@ -53,6 +53,7 @@
53
- christowiz
54
- codeape2
55
- coryhouse
56
+- ctnelson1997
57
- cvbuelow
58
- damianstasik
59
- danielberndt
docs/start/tutorial.md
@@ -25,7 +25,8 @@ We'll be using [Vite][vite] for our bundler and dev server for this tutorial. Yo
25
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 localforage match-sorter sort-by
+npm install react-router-dom # always need this!
29
+npm install localforage match-sorter sort-by # only for this tutorial.
30
npm run dev
31
```
32
0 commit comments