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: about 2 months ago
JSON representation
[WIP] monorepo sample application that uses angular, nest.js and lerna.
- Host: GitHub
- URL: https://github.com/yosh1/angular-nest-lerna
- Owner: yosh1
- Created: 2019-12-02T08:34:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T08:01:01.000Z (over 6 years ago)
- Last Synced: 2025-10-10T21:12:45.291Z (8 months ago)
- Topics: angular, lerna, monorepo, nestjs, typescript
- Language: HTML
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```