-
テンプレートからリポジトリを作成する に書かれている手順で template からリポジトリを作成
-
リポジトリが作成されたら以下の手順で clone から deploy までを実施
$ git clone [the-repositoryname] $ cd [the-repositoryname] $ yarn $ yarn ng deploy --base-href=/[the-repositoryname]/
-
デプロイ完了後
https://[your-username].github.io/[the-repositoryname]
にアクセスするとページが表示される
- package.json 参照
- @kasaharu/ng-schematics パッケージを使って Custom Schematics が使える
- 下記のコマンドを実行することで使用できる
$ yarn ng-schematics ngrx-store --name features/store/hello