This is my starter kit for the QRST Stack. It contains
- Q, Tanstack-Query
- R, Tanstack-Router
- S, SST
- T, tRPC
Clone the repo and install dependencies
pnpm installStart SST (Assuming you have AWS credentials via the cli set up). Starting SST will create a CloudFormation stack and deploy the API Gateway serving the Lambda functions.
pnpm devFinally start the React app
cd packages/web
pnpm dev