Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/TrilonIO/zeit-now-nestjs

Deploy NestJS to Zeit Now
https://github.com/TrilonIO/zeit-now-nestjs

nestjs zeit zeit-now

Last synced: 17 days ago
JSON representation

Deploy NestJS to Zeit Now

Awesome Lists containing this project

README

        

# Deploy NestJS to Zeit Now

### Full Article on the Trilon Blog:
[Deploy your NestJS Application to the cloud in 2 minutes with Zeit Now](https://trilon.io/blog/deploying-nestjs-to-zeit-now)

---

### Live Now deployment [here](https://nestjs-zeit.now.sh/)

---



Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training

Made with :heart: by Trilon.io

---

## Installation

```bash
$ npm install
```

## Running the NestJS Application

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev
```


Nest Logo

## Deploying to Zeit Now

First we need to ensure we build our NestJS application into the `/dist/` folder, and then we can deploy it with `now`! Simple :)

```bash
$ npm run build && now
```

----

# Trilon - JavaScript, ASP.NET, Node, NestJS - Consulting | Training | Development

Check out **[Trilon.io](https://Trilon.io)** for more info!

Contact us at , and let's talk about your projects needs.



Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training

## Follow Trilon online:

[![Twitter Follow](https://img.shields.io/twitter/follow/Trilon_io.svg?style=social)](https://twitter.com/Trilon_io)