New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@reactivers/nestjs-ts

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactivers/nestjs-ts

NestJS, Swagger, Typescript, Jest boilerplate

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npx @reactivers/nestjs-ts your-app-name

Getting Started

Run Development

  • Before running the dev server:
    • Make sure the port "3000" is available on your end!
    • Edit .env. files before you start
    • Edit container_name fields in docker-compose.yml file

yarn start:dev

Running Tests

yarn test
yarn test:e2e

Running Dev

yarn start:dev

Docker

BUILD

docker-compose up -d --build

Address

The app will be running at

http://localhost:4012

Clean

docker-compose down --remove-orphans --rmi "local" --volumes

Keywords

nestjs

FAQs

Package last updated on 07 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts