Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brunomartinscorrea/quickstart-nest


https://github.com/brunomartinscorrea/quickstart-nest

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Turbo Monorepo with NestJs serving a React app

## Installing dependencies

```
npm install
```

## Running locally

This will run NestJs at _http://localhost:3000_ and React at _http://localhost:5173_

```
npm run dev
```

## Building

NestJs will serve the react build

```
npm run build
```

## Database Diagram

[DBML](https://dbdiagram.io/d/64e3a1d802bd1c4a5e252331)