Skip to content

Tama-rb/tamarubykaigi01

Repository files navigation

tamarubykaigi01

環境設定

  1. git clone
  2. git cloneしたディレクトリでnpm install
  3. ビルド用にcliをインストールnpm install -g @angular/cli

ローカルサーバー起動

ng serve

Prodaction環境リリース(Github Pages)

前提

操作

  1. localでbuild
    • ng build --prod --output-path "docs" --base-href "https://Tama-rb.github.io/tamarubykaigi01/" --deploy-url "/tamarubykaigi01/"
    • ↑長いので短縮した。
      • npm run build_prod
  2. /docs配下を全てcommit
  3. git push

help

Angular CLI README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published