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

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) 構成のアプリケーション

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