Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjamindobler/ngnode
node builder for angular cli
https://github.com/benjamindobler/ngnode
Last synced: 6 days ago
JSON representation
node builder for angular cli
- Host: GitHub
- URL: https://github.com/benjamindobler/ngnode
- Owner: BenjaminDobler
- License: mit
- Created: 2019-05-16T18:30:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:42:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T05:08:39.067Z (about 1 month ago)
- Language: TypeScript
- Size: 574 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NgNode
Angular + Node = :heart:
### Create new node project
```bash
ng generate @richapps/ngnode:application```
### Build and run node app
```bash
ng run :build-node
```