Description

A sample demonstrating serving a VueJS website from a NestJS backend.

Installation

$ npm install
# Install Vue dependencies
$ cd client && npm i && cd ..
$ npm run build --prefix client

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Additional Info