Quick POC for Clerk-React-tRPC integration. It's got a client and server. Client's built with Create React App. Server's an Express app. Client and server both use Clerk for auth. tRPC glues them together.
client/
: React appserver/
: Express app
- Node 14+
- npm
-
Clone this repo
-
Client Setup & Run
cd client
npm install
npm start
-
Server Setup & Run
cd server
npm install
npm run dev
- Google Login
- tRPC Call with Clerk Auth