Rio-awsm /
miro-board
This is a repository for a Build a Real-Time Miro Clone With Nextjs, React, Tailwind
Loading repository data…
flemingvincent / repository
This repository is an Expo starter focused on email/password authentication with Clerk, Convex, and Expo Router route protection.
This repository is an Expo starter focused on email/password authentication with Clerk, Convex, and Expo Router route protection.
This is not supposed to be a template, boilerplate or a framework. It is an opinionated guide that shows how to do some things in a certain way. You are not forced to do everything exactly as it is shown here, decide what works best for you and your team and stay consistent with your style.
Configure Clerk
CLERK_JWT_ISSUER_DOMAIN.Clone the repository to your local machine
git clone https://github.com/FlemingVincent/expo-clerk-convex.git
cd expo-clerk-convex
bun install
npx convex dev
This command creates the convex/ backend, prompts you to sign in to Convex, and prints the deployment URL you need for the Expo app.
Update environment variables
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY to your .env.local file with your Clerk publishable key.EXPO_PUBLIC_CONVEX_URL to your .env.local file with your Convex deployment URL.CLERK_JWT_ISSUER_DOMAIN to your Convex environment variables with the Clerk Frontend API URL.Start the Expo development server
npx expo start --clear --reset-cache
users table.Contributions to this starter project are highly encouraged and welcome! If you have any suggestions, bug reports, or feature requests, please feel free to create an issue or submit a pull request. Let's work together to enhance the developer experience and make it easier for everyone to build exceptional Expo applications with Clerk.
This repository is licensed under the MIT License. You are granted the freedom to use, modify, and distribute the code for personal or commercial purposes. For more details, please refer to the LICENSE file.
Selected from shared topics, language and repository description—not editorial ratings.
Rio-awsm /
This is a repository for a Build a Real-Time Miro Clone With Nextjs, React, Tailwind