/nest-nuxt

This repository demonstrate how to combine Nuxt.js with NestJS

Primary LanguageVue

Description

A starter project with NestJS + Nuxt.js

Installation

$ yarn

Running the app

# both Nest as Nuxt as one locally
$ yarn dev

# run only Nuxt
$ yarn dev:client

# run only Nest
$ yarn dev:server

# build (tested with aws elastic beanstalk)
$ yarn build