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.
- Host: GitHub
- URL: https://github.com/meaf75/boilerplate-server-ts
- Owner: meaf75
- Created: 2020-08-10T16:22:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T16:26:27.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T06:51:32.673Z (4 months ago)
- Language: TypeScript
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```