Gatsby
Gatsby サイト https://www.gatsbyjs.org/
チュートリアル
- Build blazing fast web applications with Gatsby 101
Gatsby + Drupal https://gatsbyguides.com/tutorial/
- Integrating Headless Drupal with Gatsby (JSON:API) - Part 1
https://www.qed42.com/blog/integrating-headless-drupal-gatsby-jsonapi-part-1
Gatsby Cli
Gatsby起動コマンドの設定
develop [オプション]
-H, --host ローカルホスト デフォルトは localhost
-p, --port ポートの設定 デフォルトは 8000
-o, --open Open the site in your (default) browser for you
-S, --https HTTPSを使用する場合
例えば gatsby develop --port=8080 --host=192.168.1.100