Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/TrilonIO/zeit-now-nestjs
- Owner: TrilonIO
- Created: 2019-07-16T11:23:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:41:08.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:07:48.149Z (3 months ago)
- Topics: nestjs, zeit, zeit-now
- Language: TypeScript
- Homepage: https://trilon.io
- Size: 1.48 MB
- Stars: 29
- Watchers: 3
- Forks: 10
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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/)
---
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
```## 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.
## Follow Trilon online:
[![Twitter Follow](https://img.shields.io/twitter/follow/Trilon_io.svg?style=social)](https://twitter.com/Trilon_io)