https://github.com/takapi327/sample-angular-universal
Express + Angular Universal (SPA + SSR) 構成のアプリケーション
https://github.com/takapi327/sample-angular-universal
Last synced: about 1 year ago
JSON representation
Express + Angular Universal (SPA + SSR) 構成のアプリケーション
- Host: GitHub
- URL: https://github.com/takapi327/sample-angular-universal
- Owner: takapi327
- Created: 2021-05-27T12:18:13.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-30T15:01:20.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T08:29:12.748Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 4.87 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Angular Universal
## git clone
```bash
$ git clone git@github.com:takapi327/sample-angular-universal.git
```
## set up
```bash
$ yarn install
$ yarn build:ssr
```
## Run Angular Universal application In Docker
```bash
$ docker-compose up -d
```
## PlayFramework API Application for Angular Universal Application
Watch Set up for [sample-ssr-api](https://github.com/takapi327/sample-ssr-api) README