https://github.com/conermurphy/clerk-react-router
https://github.com/conermurphy/clerk-react-router
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/conermurphy/clerk-react-router
- Owner: conermurphy
- Created: 2025-02-07T18:44:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T14:47:05.000Z (over 1 year ago)
- Last Synced: 2025-02-15T15:33:42.549Z (over 1 year ago)
- Language: TypeScript
- Size: 9.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Noted

Noted is a small example note taking application that demonstrates how to connect React Router (Framework) and Clerk.
## Getting Started
- Clone this repo
- Install the dependencies (`npm i`)
- [ Sign up for a Clerk account](https://dashboard.clerk.com/sign-up) (If you don't already have one)
- Copy `.env.example` to `.env` and populate your Clerk secret and publishable keys
- Start the app with `npm run dev`
## Tools Used
- React Router (Framework)
- Clerk (Auth)
- SQLite (Database)
- Drizzle (ORM)
- Tailwind (Styling)
## Questions / Support
If you have any questions or need any help, feel free to open an issue on this repository. Or, [get in contact with me.](https://conermurphy.com/contact)