react-nestjs-full-web-app
react-nestjs-full-web-app copied to clipboard
Full Web App React + Vite + Tailwind, Nestjs + TRPC + Prisma(SQLite) and Docker From Zero To Deployment.
trafficstars
react-nestjs-full-web-app
Description
Full Web App React + Vite + Tailwind, Nestjs + TRPC + Prisma(SQLite) and Docker From Zero To Deployment.
Installation
pnpm install
Running the app
# development
$ pnpm run dev
# http://localhost:3006 for Web
# http://localhost:3005 for Server
# production mode
$ pnpm run build
$ pnpm run start
Docker build
docker build -t react-nestjs-full-web-app .
Example
License
MIT licensed.