Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dills122/angular-nestjs-template
barebones starter boilerplate for Angular + Nebular UI & Nestjs
https://github.com/dills122/angular-nestjs-template
angular angular12 boilerplate boilerplate-template nebular-theme nebular-ui nestjs typescript
Last synced: 5 days ago
JSON representation
barebones starter boilerplate for Angular + Nebular UI & Nestjs
- Host: GitHub
- URL: https://github.com/dills122/angular-nestjs-template
- Owner: dills122
- Created: 2021-09-05T16:44:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T01:31:40.000Z (about 3 years ago)
- Last Synced: 2023-03-02T19:56:55.787Z (almost 2 years ago)
- Topics: angular, angular12, boilerplate, boilerplate-template, nebular-theme, nebular-ui, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Angular Nebular / Nestjs Template
This template is a mono-repo setup with rushjs, checkout that out [here](https://rushjs.io/), with an Angular with Nebular-UI frontend and a Nestjs api backend.
## Getting Started
update and install dependencies
```bash
rush update
```