Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```