marmelab / trpc-react-sqlite-demo

Demo of using tRPC with React front-end and Express back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tRPC + React + Express

Demo of using tRPC with React front-end and Express back-end.

Setup the back-end

cd server
cp .env.example .env
npm install

Setup the front-end

cd client
npm install

Run the back-end

cd server
npm run dev

Run the front-end

cd client
npm run dev

About

Demo of using tRPC with React front-end and Express back-end


Languages

Language:TypeScript 91.2%Language:CSS 4.7%Language:JavaScript 2.2%Language:HTML 1.9%