Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/nestjs-examples

NestJS
https://github.com/daggerok/nestjs-examples

bun bunx nest nestjs

Last synced: 15 days ago
JSON representation

NestJS

Awesome Lists containing this project

README

        

# nestjs-examples [![CI](https://github.com/daggerok/nestjs-examples/actions/workflows/ci.yml/badge.svg)](https://github.com/daggerok/nestjs-examples/actions/workflows/ci.yml)
NestJS

## bun / getting started

Install bun:

```bash
curl -fsSL https://bun.sh/install | bash
bun -v # 1.0.21
```

Setup nestjs project:

```bash
bunx @nestjs/cli new nestjs-01-getting-started
```