Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yosh1/angular-nest-lerna
- Owner: yosh1
- Created: 2019-12-02T08:34:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T08:01:01.000Z (about 5 years ago)
- Last Synced: 2024-11-13T09:39:57.654Z (2 months ago)
- Topics: angular, lerna, monorepo, nestjs, typescript
- Language: HTML
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 2
- 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
```