Home

Awesome

Angular NestJS Universal ( Server Rendering )

<a href="https://angular.io" target="blank"><img height="155px" src="https://angular.io/assets/images/logos/angular/angular.svg" /></a> <a href="http://nestjs.com/" target="blank"><img height="155px" src="http://kamilmysliwiec.com/public/nest-logo.png#1" alt="Nest Logo" /></a>

<table style="border: 0"> <tr> <td><img width="200" src="http://innovic.io/assets/logo-small.png" /></td> <td> <ul> <li>INNOVIC doo</li> <li>Software consulting company for building full stack solutions.</li> <li>Proficient in: NodeJS, TypeScript, Angular, MongoDB... &lt;any&gt;.js library :)</li> <li><b>You have project for us? hello@innovic.io</b></li> </ul> </td> </tr> </table>

Included

Install

npm install

Development

in development, every controller ( route ) from NestJS must be mapped in proxy.conf.json

npm start

Don't forget to Lint and Prettify your code from time to time:


npm run client:lint
npm run server:lint

npm run prettify

Production

npm run build:universal

# test production

npm run serve:universal

Angular CLI generator

To generate component|service|pipe|module with Angular CLI use:

Add new component in Contact Module

ng generate component contact/InfoComponent --module=contact/contact.module.ts

Static asset directory

src/client/assets