Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.76 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.76 KB

React + TypeScript + JavaScript + tRPC + Vite

This example how to start tRPC with TypeScript and JavaScript with React syntax sugar (jsx and tsx)

Full stack:

React JavaScript TypeScript React Query Vite NodeJS Yarn npm tRPC nodemon

Start it

  1. Install packages in services and package

    with npm

    $ npm i

    with yarn:

    $ yarn
  2. Start server and client and admin

    yarn command:

    $ yarn dev

    npm command:

    $ npm run dev