Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zuowendong/sample-nuxt-project

nuxt & nest
https://github.com/zuowendong/sample-nuxt-project

Last synced: about 2 months ago
JSON representation

nuxt & nest

Awesome Lists containing this project

README

        

# How to build Nuxt 3 project and Nest project

This is a sample project that I used for my time study.

continuous updating...

## Setup

- Start the front-end project

```shell
pnpm dev:client
```

- Start the back-end project

```shell
pnpm dev:server
```