Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooderl/react-nestjs-full-web-app
Full Web App React + Vite + Tailwind, Nestjs + TRPC + Prisma(SQLite) and Docker From Zero To Deployment.
https://github.com/cooderl/react-nestjs-full-web-app
docker full-stack nestjs prisma react tailwindcss trpc vite webapp
Last synced: about 3 hours ago
JSON representation
Full Web App React + Vite + Tailwind, Nestjs + TRPC + Prisma(SQLite) and Docker From Zero To Deployment.
- Host: GitHub
- URL: https://github.com/cooderl/react-nestjs-full-web-app
- Owner: cooderl
- License: mit
- Created: 2024-03-07T02:16:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T15:57:13.000Z (8 months ago)
- Last Synced: 2024-03-07T18:04:20.690Z (8 months ago)
- Topics: docker, full-stack, nestjs, prisma, react, tailwindcss, trpc, vite, webapp
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-nestjs-full-web-app
## Description
Full Web App React + Vite + Tailwind, Nestjs + TRPC + Prisma(SQLite) and Docker From Zero To Deployment.
## Installation
```bash
pnpm install
```## Running the app
```bash
# development
$ pnpm run dev
# http://localhost:3006 for Web
# http://localhost:3005 for Server```
```bash
# production mode
$ pnpm run build
$ pnpm run start```
## Docker build
```bash
docker build -t react-nestjs-full-web-app .
```## Example
[WeWe-RSS](https://github.com/cooderl/wewe-rss)
## License
[MIT licensed](./LICENSE).