GatsbyJS よく使うコマンド


プロジェクト作成

gatsby new {プロジェクト名} {雛形}
例
gatsby new hello-blog https://github.com/gatsbyjs/gatsby-starter-hello-world

開発サーバーを起動する

gatsby develop

本番用のビルド

gatsby build

本番用サーバーを起動する

gatsby serve

キャッシュの削除

gatsby clean

都度追加しますーーー