Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).