https://github.com/kazuma1989/2017jun10
https://github.com/kazuma1989/2017jun10
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazuma1989/2017jun10
- Owner: kazuma1989
- Created: 2017-06-10T01:51:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T03:20:02.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T09:33:11.720Z (4 months ago)
- Language: TypeScript
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web ベースの手順書と開発ツール
## 利用者
`yarn start:dist` で Angular ビルド後 Express サーバーが起動する。
`http://localhost:8081/` で表示する。
## 開発者
`yarn start` で Express サーバーを起動する。
`yarn serve` で Angular CLI 開発サーバーを起動する。`http://localhost:4200/` で表示する。
特定の URL は 8081 ポートにプロキシーされ Express サーバーにリクエストが送られる。