Monorepo for tRPC Demo Apps
- npm >=7.0.0
- node >=14.0.0
- tRPC: end-to-end typesafe APIs made easy
- Turborepo: high-performance build system for JavaScript and TypeScript codebases.
- Fastify: fast and low overhead web framework, for Node.js
- Vite: next Generation Frontend Tooling
- NextJs: the React Framework for Production
It's neat, right? :)
yarn install
yarn dev
yarn test
api
: a fastify api appweb
: another Next.js appreact-app
: a react appui
: a stub React component library shared by bothweb
anddocs
applicationsconfig
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
Learn more about the power of Turborepo:
👤 Dung Huynh
- Website: https://productsway.com/
- Twitter: @jellydn
- Github: @jellydn
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator