Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 564 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 564 Bytes

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

WeWe-RSS

License

MIT licensed.