Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domitriusclark/clerk-expo-demo
https://github.com/domitriusclark/clerk-expo-demo
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/domitriusclark/clerk-expo-demo
- Owner: domitriusclark
- Created: 2024-05-07T17:17:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T14:11:09.000Z (4 months ago)
- Last Synced: 2024-10-19T18:51:22.868Z (18 days ago)
- Language: TypeScript
- Size: 951 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
Clerk is a developer-first authentication and user management solution. It provides pre-built React components and hooks for sign-in, sign-up, user profile, and organization management. Clerk is designed to be easy to use and customize, and can be dropped into any React or Next.js application.
This template allows you to get started with Clerk and Next.js (App Router) in a matter of minutes, and demonstrates features of Clerk such as:
- Fully functional auth flow with sign-in, sign-up, and a protected page
- Customized Clerk components with Tailwind CSS
- Hooks for accessing user data and authentication state
- Organizations for multi-tenant applications## Deploy
## Running the template
```bash
git clone https://github.com/clerk/clerk-nextjs-demo-app-router
```To run the example locally, you need to:
1. Sign up for a Clerk account at [https://clerk.com](https://go.clerk.com/31bREJU).
2. Go to the [Clerk dashboard](https://go.clerk.com/4I5LXFj) and create an application.
3. Set the required Clerk environment variables as shown in [the example `env` file](./.env.template).
4. Go to "Organization Settings" in your sidebar and enable Organizations
5. `npm install` the required dependencies.
6. `npm run dev` to launch the development server.## Learn more
To learn more about Clerk and Next.js, check out the following resources:
- [Quickstart: Get started with Next.js and Clerk](https://go.clerk.com/vgWhQ7B)
- [Clerk Documentation](https://go.clerk.com/aNiTioa)
- [Next.js Documentation](https://nextjs.org/docs)## Found an issue or have feedback?
If you have found an issue with this repo or have feedback, please join our Discord and create a new thread inside of our [support](https://clerk.com/discord) channel.
If it's a quick fix, such as a misspelled word or a broken link, feel free to skip creating a thread.
Go ahead and create a [pull request](https://github.com/clerk/clerk-expo-demo/pulls) with the solution. :rocket:## Connect with us
You can discuss ideas, ask questions, and meet others from the community in our [Discord](https://clerk.com/discord).
If you prefer, you can also find support through our [Twitter](https://twitter.com/ClerkDev), or you can [email](mailto:[email protected]) us!