npm install --global gatsby-cliyarn
- Run server
Live development:
gatsby developLive development with an access on local network:
gatsby develop -H your-local-ip-addressBrowse the build:
gatsby build && gatsby serve
- http://localhost:8000 (for
develop) or http://localhost:9000 (forserve)