gatsby developgatsby buildgatsby servegatsby infogatsby cleangatsby replgatsby new [rootPath] [starter]
gatsby develop
Starts development server. If something changes in the project it will rebuilds the server and perform hot reload.
gatsby build
Generates build from the source code.
gatsby serve
Serve previously built Gatsby site.
gatsby info
It gives gatsby environment information and packages information
gatsby clean
Clears the cache, assets and build
gatsby repl
It is node repl with context of Gatsby environment
Top comments (0)