Deploy NestJS to Zeit Now
Full Article on the Trilon Blog:
Deploy your NestJS Application to the cloud in 2 minutes with Zeit Now
Live Now deployment here
Made with ❤️ by Trilon.io
Installation
$ npm installRunning the NestJS Application
# development
$ npm run start
# watch mode
$ npm run start:devDeploying 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 :)
$ npm run build && nowTrilon - JavaScript, ASP.NET, Node, NestJS - Consulting | Training | Development
Check out Trilon.io for more info!
Contact us at hello@trilon.io, and let's talk about your projects needs.