Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yosh1/angular-nest-lerna

[WIP] monorepo sample application that uses angular, nest.js and lerna.
https://github.com/yosh1/angular-nest-lerna

angular lerna monorepo nestjs typescript

Last synced: 5 days ago
JSON representation

[WIP] monorepo sample application that uses angular, nest.js and lerna.

Awesome Lists containing this project

README

        

# angular-nest-lerna

---

## Package install

```
$ npm i
```

## Build

must create symbolic link to `package/*`.

```
$ lerna run build
```

## Start

start Angular and Nest.js application (serve `/dist` files).

```
$ npm run start
```