yarn global add gatsby-cli
gatsby new my-site gatsby new my-site [starter link] gatsby new my-site https://github.com/Vagr9K/gatsby-advanced-starter cd my-site gatsby develop
Add a new page to pages/a.js and it will be available at localhost:8000/a
pages/a.js
localhost:8000/a
Last updated 4 years ago