Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yazumoto/angular-universal-sample
Your very first Angular Universal.
https://github.com/yazumoto/angular-universal-sample
angular angular-universal
Last synced: 16 days ago
JSON representation
Your very first Angular Universal.
- Host: GitHub
- URL: https://github.com/yazumoto/angular-universal-sample
- Owner: yazumoto
- Created: 2018-05-27T06:11:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T19:50:08.000Z (about 2 years ago)
- Last Synced: 2024-11-01T13:21:16.488Z (2 months ago)
- Topics: angular, angular-universal
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Universal Sample
When you want to start new Angular Universal Project.
Just clone this repository.
This repository proceed just initial setup for Angular Universal accoding to Angular.io page.# What is this repository?
```
$ ng -v
Angular CLI: 6.0.3
Node: 8.10.0
OS: darwin x64
$ ng new rezadden-front
make changes according to https://angular.io/guide/universal
```# Build
```
yarn build:ssr
```# Serve
```
yarn serve:ssr
```
Access `http://localhost:4000`. You can see Angular's initial project view served by web server.