/nestjs-getting-started

First Steps of Deploying NestJS Projects On Liara

Primary LanguageJavaScript

NestJS Getting Started

Create New NodeJS App & install the Liara CLI

git clone https://github.com/liara-cloud/nestjs-getting-started.git # or clone your own fork
cd nestjs-getting-started
liara login
liara deploy --port 3000 --platform node

Docs