Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 529 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 529 Bytes

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