An open API service indexing awesome lists of open source software.

https://github.com/conermurphy/clerk-react-router


https://github.com/conermurphy/clerk-react-router

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Welcome to Noted

![Noted Demo](noted-demo.gif)

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)