File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- # Welcome to your Convex + React (Vite) app
1
+ # Welcome to your Convex + React (Vite) + Convex Auth app
2
2
3
3
This is a [ Convex] ( https://convex.dev/ ) project created with [ ` npm create convex ` ] ( https://www.npmjs.com/package/create-convex ) .
4
4
@@ -7,7 +7,8 @@ After the initial setup (<2 minutes) you'll have a working full-stack app using:
7
7
- Convex as your backend (database, server logic)
8
8
- [ React] ( https://react.dev/ ) as your frontend (web page interactivity)
9
9
- [ Vite] ( https://vitest.dev/ ) for optimized web hosting
10
- - [ Tailwind] ( https://tailwindcss.com/ ) for building great looking accessible UI
10
+ - [ Tailwind] ( https://tailwindcss.com/ ) for building great looking UI
11
+ - [ Convex Auth] ( https://labs.convex.dev/auth ) for authentication
11
12
12
13
## Get started
13
14
@@ -21,9 +22,13 @@ npm run dev
21
22
If you're reading this README on GitHub and want to use this template, run:
22
23
23
24
```
24
- npm create convex@latest -- -t react-vite
25
+ npm create convex@latest -- -t react-vite-convexauth
25
26
```
26
27
28
+ For more information on how to configure Convex Auth, check out the [ Convex Auth docs] ( https://labs.convex.dev/auth/ ) .
29
+
30
+ For more examples of different Convex Auth flows, check out this [ example repo] ( https://www.convex.dev/templates/convex-auth ) .
31
+
27
32
## Learn more
28
33
29
34
To learn more about developing your project with Convex, check out:
You can’t perform that action at this time.
0 commit comments