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

https://github.com/meaf75/boilerplate-server-ts

Proyecto base para crear un servidor con typescript.
https://github.com/meaf75/boilerplate-server-ts

Last synced: 3 months ago
JSON representation

Proyecto base para crear un servidor con typescript.

Awesome Lists containing this project

README

        

# Server setup

## Setup
- npm install

## Run the app:

### Run app:
```
npm run start # Sirve para correr en produccion
npm run start:dev # Sirve para correr un servidor en desarrollo
npm run start:debug # Sirve para correr el manejo de depuracion
```

### Run build of app:
```
npm run build
```