clerk-react-starter
clerk-react-starter copied to clipboard
Example starter repo for Clerk and React
Clerk + React Starter
This repository shows how to use Clerk with React.
Running the starter locally
- Sign up for a Clerk account at https://clerk.dev
- Fork and/or clone this repository
- Install dependencies:
npm install - Add your "Publishable Key" (found on API Keys) to a file called
.env.local:
echo "VITE_CLERK_PUBLISHABLE_KEY=CLERK_PUBLISHABLE_KEY" >> .env.local
- Run the app:
npm run dev
Contact
If you need support or have anything you would like to ask, please reach out in our Discord channel. We'd love to chat!