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