Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kmturley/angular-universal-starter

Example Angular Universal project with pre-rendering
https://github.com/kmturley/angular-universal-starter

Last synced: 8 days ago
JSON representation

Example Angular Universal project with pre-rendering

Awesome Lists containing this project

README

        

# angular-universal-starter

Example Angular Universal project with pre-rendering using:

* Angular 8.x
* SCSS

## Installation

Install dependencies using:

npm install

## Usage

Run the server:

npm start

View the frontend at:

http://localhost:4200/

## Server-side NodeJS version

Build the node server:

npm run build:ssr

Run the node server:

npm run serve:ssr

## Static site version

Build static files:

npm run build:prerender

Run static site:

npm run serve:prerender

## Directory structure

/ --> Frontend sources files

## Contact

For more information please contact kmturley