Application with React/Vite, TypeScript, Node.js, tRPC, Fastify, Zod, Prisma, SQLite
Sys design document / scratch notes
Notes:
- I am currently using Node v20.13.1 locally. YMMV with dependencies installation if your node version differs.
- I decided to forego rolling this project into a docker container - trying to update docker version on my old macbook almost made it take off into orbit
cd into serv directory
npm i
you should currently be in 'serv' directory. execute:
npx prisma db seed
in 'serv' directory execute:
npm run watch
in 'serv' directory execute:
npm run dev
cd into client and execute:
npm i
npm run dev
Application is now running and accessible to the web user at localhost:5173.